License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Prometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdde.marcoaust.prometheus |
ArtifactId | ArtifactIdspring-boot-prometheus |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrometheus-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 Optional | jar | 1.3.7.RELEASE |
io.prometheus : simpleclient | jar | 0.0.16 |
io.prometheus : simpleclient_common | jar | 0.0.16 |
io.prometheus : simpleclient_hotspot Optional | jar | 0.0.16 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.3.7.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.3.7.RELEASE |