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.30.0.jar 下载
jmxfetch-0.30.0.pom 下载
jmxfetch-0.30.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.datadoghq</groupId>
  <artifactId>jmxfetch</artifactId>
  <version>0.30.0</version>
</dependency>
Gradle Groovy
implementation 'com.datadoghq:jmxfetch:0.30.0'
Gradle Kotlin
implementation("com.datadoghq:jmxfetch:0.30.0")
Scala SBT
libraryDependencies += "com.datadoghq" % "jmxfetch" % "0.30.0"
Groovy Grape
@Grapes(
  @Grab(group='com.datadoghq', module='jmxfetch', version='0.30.0')
)
Apache Ivy
<dependency org="com.datadoghq" name="jmxfetch" rev="0.30.0" />
Leiningen
[com.datadoghq/jmxfetch "0.30.0"]
Apache Buildr
'com.datadoghq:jmxfetch:jar:0.30.0'