is not current version
Last Version 0.46.0

com.datadoghq:jmxfetch 0.26.2

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/dd-agent) and sends metrics back to the Agent using the Java dogstatsd library.

Categories

Categories

Data
GroupId

GroupId

com.datadoghq
ArtifactId

ArtifactId

jmxfetch
Version

Version

0.26.2
Type

Type

jar

Download jmxfetch 0.26.2


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