| License |
License |
|---|---|
| Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
| GroupId | GroupIdio.prometheus.jmx |
| ArtifactId | ArtifactIdcollector |
| Last Version | Last Version0.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPrometheus JMX Exporter - Collector
See https://github.com/prometheus/jmx_exporter/blob/master/README.md
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| collector-0.17.0.pom | |
| collector-0.17.0.jar | 24 KB |
| collector-0.17.0-sources.jar | 10 KB |
| collector-0.17.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.prometheus.jmx/collector/ -->
<dependency>
<groupId>io.prometheus.jmx</groupId>
<artifactId>collector</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.jmx/collector/
implementation 'io.prometheus.jmx:collector:0.17.0'
// https://jarcasting.com/artifacts/io.prometheus.jmx/collector/
implementation ("io.prometheus.jmx:collector:0.17.0")
'io.prometheus.jmx:collector:jar:0.17.0'
<dependency org="io.prometheus.jmx" name="collector" rev="0.17.0">
<artifact name="collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.jmx', module='collector', version='0.17.0')
)
libraryDependencies += "io.prometheus.jmx" % "collector" % "0.17.0"
[io.prometheus.jmx/collector "0.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.prometheus : simpleclient | jar | 0.14.1 |
| org.yaml : snakeyaml | jar | 1.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |