Jar examples for m:metrics-jmx
Support for publishing the metrics from instrumented components via JMX.
You can download jar file metrics-jmx 4.0.2 in this page.
You can use the following script to add metrics-jmx-4.0.2.jar to your project.
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jmx</artifactId> <version>4.0.2</version> </dependency>
compile group: 'io.dropwizard.metrics', name: 'metrics-jmx', version: '4.0.2'
libraryDependencies += "io.dropwizard.metrics" % "metrics-jmx" % "4.0.2"
<dependency org="io.dropwizard.metrics" name="metrics-jmx" rev="4.0.2"/>
@Grapes(@Grab(group='io.dropwizard.metrics', module='metrics-jmx', version='4.0.2'))
'io.dropwizard.metrics:metrics-jmx:jar:4.0.2'
Click the following link to download the jar file.
metrics-jmx-4.0.2-javadoc.jar