is not current version
Last Version 0.46.0

com.datadoghq:jmxfetch 0.42.1

JMXFetch is the new tool to collect metrics from JMX Servers in order to be sent to Datadog (http://www.datadoghq.com) It is called by the Datadog Agent (https://github.com/Datadog/datadog-agent) and sends metrics back to the Agent using the Java dogstatsd library (https://github.com/datadog/java-dogstatsd-client).

Categories

Categories

Data
GroupId

GroupId

com.datadoghq
ArtifactId

ArtifactId

jmxfetch
Version

Version

0.42.1
Type

Type

jar

Download jmxfetch 0.42.1


<!-- https://jarcasting.com/artifacts/com.datadoghq/jmxfetch/ -->
<dependency>
    <groupId>com.datadoghq</groupId>
    <artifactId>jmxfetch</artifactId>
    <version>0.42.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datadoghq/jmxfetch/
implementation 'com.datadoghq:jmxfetch:0.42.1'
// https://jarcasting.com/artifacts/com.datadoghq/jmxfetch/
implementation ("com.datadoghq:jmxfetch:0.42.1")
'com.datadoghq:jmxfetch:jar:0.42.1'
<dependency org="com.datadoghq" name="jmxfetch" rev="0.42.1">
  <artifact name="jmxfetch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datadoghq', module='jmxfetch', version='0.42.1')
)
libraryDependencies += "com.datadoghq" % "jmxfetch" % "0.42.1"
[com.datadoghq/jmxfetch "0.42.1"]