Skip to content

Commit

Permalink
Updated file paths to reflect the deb/rpm installation directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rshivane committed Apr 5, 2018
1 parent fe553fc commit 5961b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ of your choice: apptuit.ai, Prometheus, Graphite etc.

Instrumenting a JVM with JInsight Java Agent is refreshingly simple:
1. Update your java command line to include the jinsight options:
`java -javaagent:/var/lib/jinsight/jinsight-latest.jar -Djinsight.config=/etc/jinsight/jinsight-config.properties -cp helloworld.jar HelloWorld`
`java -javaagent:/usr/share/java/jinsight.jar -Djinsight.config=/etc/jinsight/jinsight-config.properties -cp helloworld.jar HelloWorld`
2. Save API-TOKEN, global tags, frequency of reporting data etc in the `jinsight-config.properties` file
3. (Re)start your JVM

Expand Down

0 comments on commit 5961b82

Please sign in to comment.