Skip to content

Commit 2d0a86f

Browse files
committed
Updated to metrics4j 0.18.0
1 parent 9101102 commit 2d0a86f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ so they can be reported.
1212
1. Download the JMXReporter jar file.
1313
1. For your JMX application (say Kafka) add JMXReporter to the java command line
1414
as a javaagent (-javaagent:path_to_jxmreporter_jar)
15-
1. Place the following simple metrics4j.conf file in the applications classpath.
15+
1. Place the following simple metrics4j.conf file in the applications classpath. Or specify the location with -DMETRICS4J_CONFIG=/path/to/metrics4j.conf
1616
```hocon
1717
metrics4j: {
1818
_dump-file: "dump.conf"

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.kairosdb</groupId>
88
<artifactId>JMXReporter</artifactId>
9-
<version>0.15.0</version>
9+
<version>0.18.0</version>
1010

1111
<repositories>
1212
<repository>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.kairosdb</groupId>
2222
<artifactId>metrics4j</artifactId>
23-
<version>0.15.0</version>
23+
<version>0.18.0</version>
2424
</dependency>
2525

2626
<dependency>

0 commit comments

Comments
 (0)