Reconfigures prometheus-metrics-exposition-formats to remove protobuf.
This module is designed to integrate with Spring Boot Actuator (Prometheus) or similar services.
io.prometheus:prometheus-metrics-exposition-formats <= 1.3.1
)_See also prometheus/client_java#1173_
Installation guide for the latest release
io.prometheus:prometheus-metrics-exposition-formats
io.prometheus:prometheus-metrics-exposition-formats version |
prometheus-metrics-exposition-formats-no-protobuf version |
---|---|
1.3.4+ | No longer required |
1.3.2+ | 2 |
< 1.3.2 | 1 |
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>...</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>software.xdev</groupId>
<artifactId>prometheus-metrics-exposition-formats-no-protobuf</artifactId>
<version>...</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<exclusions>
<!-- Exclude default module so that dependency is properly removed -->
<exclusion>
<groupId>io.prometheus</groupId>
<artifactId>prometheus-metrics-exposition-formats</artifactId>
</exclusion>
</exclusions>
<scope>runtime</scope>
</dependency>
</dependencies>
If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.
See the contributing guide for detailed instructions on how to get started with our project.
View the license of the current project or the summary including all dependencies