License |
License
MIT License
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices Prometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.moelholm |
ArtifactId | ArtifactIdprometheus-spring-boot-starter |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrometheus Spring Boot Starter
A Spring Boot Starter that enables a Prometheus endpoint for Spring Boot applications
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.moelholm/prometheus-spring-boot-starter/ -->
<dependency>
<groupId>com.moelholm</groupId>
<artifactId>prometheus-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moelholm/prometheus-spring-boot-starter/
implementation 'com.moelholm:prometheus-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/com.moelholm/prometheus-spring-boot-starter/
implementation ("com.moelholm:prometheus-spring-boot-starter:1.0.2")
'com.moelholm:prometheus-spring-boot-starter:jar:1.0.2'
<dependency org="com.moelholm" name="prometheus-spring-boot-starter" rev="1.0.2">
<artifact name="prometheus-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moelholm', module='prometheus-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "com.moelholm" % "prometheus-spring-boot-starter" % "1.0.2"
[com.moelholm/prometheus-spring-boot-starter "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
io.prometheus : simpleclient | jar | 0.0.25 |
io.prometheus : simpleclient_hotspot | jar | 0.0.25 |
io.prometheus : simpleclient_spring_boot | jar | 0.0.25 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |