| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Prometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаio.prometheus |
| Идентификатор | Идентификаторsimpleclient_tracer |
| Последняя версия | Последняя версия0.16.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPrometheus Java Span Context Supplier - Parent
The Prometheus Java Suite: Client Metrics, Exposition, and Examples
|
| Имя Файла | Размер |
|---|---|
| simpleclient_tracer-0.16.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.prometheus/simpleclient_tracer/ -->
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_tracer</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.prometheus/simpleclient_tracer/
implementation 'io.prometheus:simpleclient_tracer:0.16.0'
// https://jarcasting.com/artifacts/io.prometheus/simpleclient_tracer/
implementation ("io.prometheus:simpleclient_tracer:0.16.0")
'io.prometheus:simpleclient_tracer:pom:0.16.0'
<dependency org="io.prometheus" name="simpleclient_tracer" rev="0.16.0">
<artifact name="simpleclient_tracer" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.prometheus', module='simpleclient_tracer', version='0.16.0')
)
libraryDependencies += "io.prometheus" % "simpleclient_tracer" % "0.16.0"
[io.prometheus/simpleclient_tracer "0.16.0"]