| Категории |
КатегорииCLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаio.prometheus.client.examples |
| Идентификатор | Идентификаторjvmstat |
| Версия | Версия0.0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jvmstat-0.0.9.pom | |
| jvmstat-0.0.9.jar | 4 KB |
| jvmstat-0.0.9-sources.jar | 2 KB |
| jvmstat-0.0.9-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/ -->
<dependency>
<groupId>io.prometheus.client.examples</groupId>
<artifactId>jvmstat</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation 'io.prometheus.client.examples:jvmstat:0.0.9'
// https://jarcasting.com/artifacts/io.prometheus.client.examples/jvmstat/
implementation ("io.prometheus.client.examples:jvmstat:0.0.9")
'io.prometheus.client.examples:jvmstat:jar:0.0.9'
<dependency org="io.prometheus.client.examples" name="jvmstat" rev="0.0.9">
<artifact name="jvmstat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prometheus.client.examples', module='jvmstat', version='0.0.9')
)
libraryDependencies += "io.prometheus.client.examples" % "jvmstat" % "0.0.9"
[io.prometheus.client.examples/jvmstat "0.0.9"]