| Категории |
КатегорииJava Языки программирования Prometheus Тестирование приложения и мониторинг Monitoring |
|---|---|
| Группа | Группаcom.github.chenjunlong |
| Идентификатор | Идентификаторjava-prometheus-starter |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjava-prometheus-starter
Java Prometheus-Client Extension
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| java-prometheus-starter-1.1.pom | |
| java-prometheus-starter-1.1.jar | 13 KB |
| java-prometheus-starter-1.1-sources.jar | 5 KB |
| java-prometheus-starter-1.1-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.chenjunlong/java-prometheus-starter/ -->
<dependency>
<groupId>com.github.chenjunlong</groupId>
<artifactId>java-prometheus-starter</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenjunlong/java-prometheus-starter/
implementation 'com.github.chenjunlong:java-prometheus-starter:1.1'
// https://jarcasting.com/artifacts/com.github.chenjunlong/java-prometheus-starter/
implementation ("com.github.chenjunlong:java-prometheus-starter:1.1")
'com.github.chenjunlong:java-prometheus-starter:jar:1.1'
<dependency org="com.github.chenjunlong" name="java-prometheus-starter" rev="1.1">
<artifact name="java-prometheus-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenjunlong', module='java-prometheus-starter', version='1.1')
)
libraryDependencies += "com.github.chenjunlong" % "java-prometheus-starter" % "1.1"
[com.github.chenjunlong/java-prometheus-starter "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.prometheus : simpleclient | jar | 0.4.0 |
| io.prometheus : simpleclient_hotspot | jar | 0.4.0 |
| io.prometheus : simpleclient_httpserver | jar | 0.4.0 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| com.orbitz.consul : consul-client | jar | 1.2.1 |