Last Version

Prometheus-Endpoint for Spring Boot 0.2.0

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.

License

License

Categories

Categories

Spring Boot Container Microservices Prometheus Application Testing & Monitoring Monitoring
GroupId

GroupId

de.marcoaust.prometheus
ArtifactId

ArtifactId

spring-boot-prometheus
Version

Version

0.2.0
Type

Type

jar
Description

Description

Prometheus-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

https://github.com/maust/prometheus-spring-boot
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/maust/prometheus-spring-boot

Download spring-boot-prometheus 0.2.0


<!-- 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"]

Dependencies

compile (6)

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

test (2)

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

Project Modules

There are no modules declared in this project.