| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииPrometheus Тестирование приложения и мониторинг Monitoring |
| Группа | Группаcom.github.nicholasren |
| Идентификатор | Идентификаторprometheus-springboot-support |
| Последняя версия | Последняя версия0.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеprometheus-springboot-support
prometheus-springboot-support is a library which bring prometheus monitoring to springboot application
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/ -->
<dependency>
<groupId>com.github.nicholasren</groupId>
<artifactId>prometheus-springboot-support</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/
implementation 'com.github.nicholasren:prometheus-springboot-support:0.0.4'
// https://jarcasting.com/artifacts/com.github.nicholasren/prometheus-springboot-support/
implementation ("com.github.nicholasren:prometheus-springboot-support:0.0.4")
'com.github.nicholasren:prometheus-springboot-support:jar:0.0.4'
<dependency org="com.github.nicholasren" name="prometheus-springboot-support" rev="0.0.4">
<artifact name="prometheus-springboot-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicholasren', module='prometheus-springboot-support', version='0.0.4')
)
libraryDependencies += "com.github.nicholasren" % "prometheus-springboot-support" % "0.0.4"
[com.github.nicholasren/prometheus-springboot-support "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.aspectj : aspectjweaver | jar | 1.8.13 |
| org.springframework : spring-web | jar | 5.0.4.RELEASE |
| org.springframework.boot : spring-boot | jar | 2.0.0.RELEASE |
| io.prometheus : simpleclient | jar | 0.0.14 |
| io.prometheus : simpleclient_servlet | jar | 0.0.14 |
| io.prometheus : simpleclient_hotspot | jar | 0.0.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |
| org.assertj : assertj-core | jar | 3.4.1 |
| org.junit.platform : junit-platform-runner | jar | 1.1.0 |
| org.mockito : mockito-core | jar | 2.0.106-beta |