Skip to content

Commit

Permalink
Updated to metrics4j 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks committed Feb 25, 2022
1 parent 9101102 commit 2d0a86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ so they can be reported.
1. Download the JMXReporter jar file.
1. For your JMX application (say Kafka) add JMXReporter to the java command line
as a javaagent (-javaagent:path_to_jxmreporter_jar)
1. Place the following simple metrics4j.conf file in the applications classpath.
1. Place the following simple metrics4j.conf file in the applications classpath. Or specify the location with -DMETRICS4J_CONFIG=/path/to/metrics4j.conf
```hocon
metrics4j: {
_dump-file: "dump.conf"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.kairosdb</groupId>
<artifactId>JMXReporter</artifactId>
<version>0.15.0</version>
<version>0.18.0</version>

<repositories>
<repository>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.kairosdb</groupId>
<artifactId>metrics4j</artifactId>
<version>0.15.0</version>
<version>0.18.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2d0a86f

Please sign in to comment.