Expose Prometheus metrics (#355)

This commit is contained in:
chgl
2022-05-01 21:48:18 +02:00
committed by GitHub
parent 51cf27a4f9
commit fdfa6fd711
2 changed files with 8 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ management:
endpoints:
web:
exposure:
include: "health"
include: "health,prometheus"
spring:
main:
allow-circular-references: true