From 2d0a86f740fd1be57c12037d128a3625ca28d21e Mon Sep 17 00:00:00 2001 From: Brian Hawkins Date: Fri, 25 Feb 2022 10:56:12 -0700 Subject: [PATCH] Updated to metrics4j 0.18.0 --- README.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecc1654..5c860fe 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/pom.xml b/pom.xml index cbcb3b5..4cfd2af 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.kairosdb JMXReporter - 0.15.0 + 0.18.0 @@ -20,7 +20,7 @@ org.kairosdb metrics4j - 0.15.0 + 0.18.0