License |
License |
---|---|
Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.prometheus.jmx |
ArtifactId | ArtifactIdjmx_prometheus_httpserver |
Last Version | Last Version0.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrometheus JMX Exporter - Http Server
See https://github.com/prometheus/jmx_exporter/blob/master/README.md
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.prometheus.jmx/jmx_prometheus_httpserver/ -->
<dependency>
<groupId>io.prometheus.jmx</groupId>
<artifactId>jmx_prometheus_httpserver</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.jmx/jmx_prometheus_httpserver/
implementation 'io.prometheus.jmx:jmx_prometheus_httpserver:0.17.0'
// https://jarcasting.com/artifacts/io.prometheus.jmx/jmx_prometheus_httpserver/
implementation ("io.prometheus.jmx:jmx_prometheus_httpserver:0.17.0")
'io.prometheus.jmx:jmx_prometheus_httpserver:jar:0.17.0'
<dependency org="io.prometheus.jmx" name="jmx_prometheus_httpserver" rev="0.17.0">
<artifact name="jmx_prometheus_httpserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.jmx', module='jmx_prometheus_httpserver', version='0.17.0')
)
libraryDependencies += "io.prometheus.jmx" % "jmx_prometheus_httpserver" % "0.17.0"
[io.prometheus.jmx/jmx_prometheus_httpserver "0.17.0"]