MVN

su.nlq : jmx-prometheus-agent

Maven & Gradle

Jan 25, 2020
2 stars

JMX Prometheus exporter · Pipe for JMX MBeans to Prometheus

<dependency>
    <groupId>su.nlq</groupId>
    <artifactId>jmx-prometheus-agent</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of su.nlq : jmx-prometheus-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of su.nlq : jmx-prometheus-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
jmx-prometheus-agent-0.8.0
0.6.x
jmx-prometheus-agent-0.6.3
jmx-prometheus-agent-0.6.2
jmx-prometheus-agent-0.6.1
jmx-prometheus-agent-0.6.0
0.4.x
jmx-prometheus-agent-0.4.0
0.3
jmx-prometheus-agent-0.3
0.2.x
jmx-prometheus-agent-0.2.0
0.2
jmx-prometheus-agent-0.2
0.1
jmx-prometheus-agent-0.1

How to add a dependency to Maven

Add the following su.nlq : jmx-prometheus-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>su.nlq</groupId>
    <artifactId>jmx-prometheus-agent</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following su.nlq : jmx-prometheus-agent gradle dependency to your build.gradle file:

implementation 'su.nlq:jmx-prometheus-agent:0.8.0'

Gradle Kotlin DSL: Add the following su.nlq : jmx-prometheus-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("su.nlq:jmx-prometheus-agent:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following su.nlq : jmx-prometheus-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "su.nlq" % "jmx-prometheus-agent" % "0.8.0"

Advertisement