не последняя версия
Последняя версия 0.0.10

io.prometheus.client.examples:jvmstat 0.0.3

The Prometheus Java Client Jvmstat Injection Example

Категории

Категории

CLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring
Группа

Группа

io.prometheus.client.examples
Идентификатор

Идентификатор

jvmstat
Версия

Версия

0.0.3
Тип

Тип

jar

Скачать jvmstat 0.0.3


<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/ -->
<dependency>
    <groupId>io.prometheus.client.examples</groupId>
    <artifactId>jvmstat</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation 'io.prometheus.client.examples:jvmstat:0.0.3'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation ("io.prometheus.client.examples:jvmstat:0.0.3")
'io.prometheus.client.examples:jvmstat:jar:0.0.3'
<dependency org="io.prometheus.client.examples" name="jvmstat" rev="0.0.3">
  <artifact name="jvmstat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='jvmstat', version='0.0.3')
)
libraryDependencies += "io.prometheus.client.examples" % "jvmstat" % "0.0.3"
[io.prometheus.client.examples/jvmstat "0.0.3"]