is not current version
Last Version 0.2.0

de.marcoaust.prometheus:spring-boot-prometheus 0.1.0

Prometheus-Spring-Boot 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.

Categories

Categories

Spring Boot Container Microservices Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

de.marcoaust.prometheus
ArtifactId

ArtifactId

spring-boot-prometheus
Version

Version

0.1.0
Type

Type

jar

Download spring-boot-prometheus 0.1.0


<!-- https://jarcasting.com/artifacts/de.marcoaust.prometheus/spring-boot-prometheus/ -->
<dependency>
    <groupId>de.marcoaust.prometheus</groupId>
    <artifactId>spring-boot-prometheus</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.marcoaust.prometheus/spring-boot-prometheus/
implementation 'de.marcoaust.prometheus:spring-boot-prometheus:0.1.0'
// https://jarcasting.com/artifacts/de.marcoaust.prometheus/spring-boot-prometheus/
implementation ("de.marcoaust.prometheus:spring-boot-prometheus:0.1.0")
'de.marcoaust.prometheus:spring-boot-prometheus:jar:0.1.0'
<dependency org="de.marcoaust.prometheus" name="spring-boot-prometheus" rev="0.1.0">
  <artifact name="spring-boot-prometheus" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.marcoaust.prometheus', module='spring-boot-prometheus', version='0.1.0')
)
libraryDependencies += "de.marcoaust.prometheus" % "spring-boot-prometheus" % "0.1.0"
[de.marcoaust.prometheus/spring-boot-prometheus "0.1.0"]