| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Metrics Тестирование приложения и мониторинг Monitoring |
| Группа | Группаdev.vality |
| Идентификатор | Идентификаторcustom-metrics-spring-boot-starter |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCustom metrics Spring Boot starter
Starter for StatsD and Prometheus custom metrics
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/dev.vality/custom-metrics-spring-boot-starter/ -->
<dependency>
<groupId>dev.vality</groupId>
<artifactId>custom-metrics-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.vality/custom-metrics-spring-boot-starter/
implementation 'dev.vality:custom-metrics-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/dev.vality/custom-metrics-spring-boot-starter/
implementation ("dev.vality:custom-metrics-spring-boot-starter:1.0.0")
'dev.vality:custom-metrics-spring-boot-starter:jar:1.0.0'
<dependency org="dev.vality" name="custom-metrics-spring-boot-starter" rev="1.0.0">
<artifact name="custom-metrics-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.vality', module='custom-metrics-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "dev.vality" % "custom-metrics-spring-boot-starter" % "1.0.0"
[dev.vality/custom-metrics-spring-boot-starter "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.8.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.3.8.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.3.8.RELEASE |
| io.micrometer : micrometer-registry-statsd | jar | 1.5.6 |
| io.micrometer : micrometer-core | jar | 1.5.6 |
| io.micrometer : micrometer-registry-prometheus | jar | 1.5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.3.8.RELEASE |