Skip to content

Commit

Permalink
Update application-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunsight1 committed Mar 21, 2024
1 parent 2c1468e commit 5c4fce6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion module-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ logging:
total-size-cap: 5GB

management:
observations:
key-values:
application: ${spring.application.name}
instance: live

endpoints:
web:
exposure:
include: "prometheus, health"
include: health, metrics, prometheus
endpoint:
health:
show-details: never
Expand Down

0 comments on commit 5c4fce6

Please sign in to comment.