is not current version
Last Version 0.2.0

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

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.0.1
Type

Type

jar

Download spring-boot-prometheus 0.0.1


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