| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Prometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаde.marcoaust.prometheus |
| Идентификатор | Идентификаторspring-boot-prometheus |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPrometheus-Endpoint for Spring Boot
Spring-Boot-Prometheus makes it easy to use Prometheus with Spring Boot. It exposes an /prometheus
endpoint with prometheus-compatible metrics just by adding @EnablePrometheusEndpoint to your configuration.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/de.marcoaust.prometheus/spring-boot-prometheus/ -->
<dependency>
<groupId>de.marcoaust.prometheus</groupId>
<artifactId>spring-boot-prometheus</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.marcoaust.prometheus/spring-boot-prometheus/
implementation 'de.marcoaust.prometheus:spring-boot-prometheus:0.2.0'
// https://jarcasting.com/artifacts/de.marcoaust.prometheus/spring-boot-prometheus/
implementation ("de.marcoaust.prometheus:spring-boot-prometheus:0.2.0")
'de.marcoaust.prometheus:spring-boot-prometheus:jar:0.2.0'
<dependency org="de.marcoaust.prometheus" name="spring-boot-prometheus" rev="0.2.0">
<artifact name="spring-boot-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.marcoaust.prometheus', module='spring-boot-prometheus', version='0.2.0')
)
libraryDependencies += "de.marcoaust.prometheus" % "spring-boot-prometheus" % "0.2.0"
[de.marcoaust.prometheus/spring-boot-prometheus "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 1.3.7.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | 1.3.7.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 1.3.7.RELEASE |
| io.prometheus : simpleclient | jar | 0.0.16 |
| io.prometheus : simpleclient_common | jar | 0.0.16 |
| io.prometheus : simpleclient_hotspot Необязательный | jar | 0.0.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.3.7.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 1.3.7.RELEASE |