j

jmxfetch

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).
https://github.com/DataDog/jmxfetch
BSD License
Datadog
文件下载
文件名 操作
jmxfetch-0.36.1.jar 下载
jmxfetch-0.36.1.pom 下载
jmxfetch-0.36.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.datadoghq</groupId>
  <artifactId>jmxfetch</artifactId>
  <version>0.36.1</version>
</dependency>
Gradle Groovy
implementation 'com.datadoghq:jmxfetch:0.36.1'
Gradle Kotlin
implementation("com.datadoghq:jmxfetch:0.36.1")
Scala SBT
libraryDependencies += "com.datadoghq" % "jmxfetch" % "0.36.1"
Groovy Grape
@Grapes(
  @Grab(group='com.datadoghq', module='jmxfetch', version='0.36.1')
)
Apache Ivy
<dependency org="com.datadoghq" name="jmxfetch" rev="0.36.1" />
Leiningen
[com.datadoghq/jmxfetch "0.36.1"]
Apache Buildr
'com.datadoghq:jmxfetch:jar:0.36.1'