Skip to content

Commit

Permalink
fix: added back the metrics into the metrics profile, that were not b…
Browse files Browse the repository at this point in the history
…eing exposed correctly
  • Loading branch information
lfdesousa authored and qligier committed Jun 11, 2024
1 parent 6d557cc commit f32febf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ management:
health:
probes:
enabled: true

endpoints:
web:
exposure:
include: ["metrics","prometheus"]

# https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html#core-properties
spring:
Expand Down

0 comments on commit f32febf

Please sign in to comment.