We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc548a7 commit 2458aa8Copy full SHA for 2458aa8
siva-parent/siva-monitoring/pom.xml
@@ -49,6 +49,10 @@
49
<artifactId>jcabi-manifests</artifactId>
50
<version>${jcabi-manifests.version}</version>
51
</dependency>
52
+ <dependency>
53
+ <groupId>io.micrometer</groupId>
54
+ <artifactId>micrometer-registry-prometheus</artifactId>
55
+ </dependency>
56
57
<dependency>
58
<groupId>org.projectlombok</groupId>
siva-parent/siva-webapp/src/main/resources/application.yml
@@ -8,6 +8,7 @@ management:
8
exposure:
9
include:
10
- health
11
+ - prometheus
12
# TODO: When Kubernetes is live, remove custom heartbeat endpoint if it is not used
13
- heartbeat
14
- version
0 commit comments