Skip to content

Commit

Permalink
update info details
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Feb 6, 2024
1 parent 3e17366 commit 919f404
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ management:
endpoints:
web:
exposure:
include: "health, metrics, prometheus, info, env, scaler"
include: "health, metrics, prometheus, info, scaler"
endpoint:
health:
show-details: always
probes:
add-additional-paths: true
env:
show-values: always
info:
env:
enabled: true
java:
enabled: true
os:
enabled: true
show-values: never
info:
env:
enabled: true
java:
enabled: true
os:
enabled: true
zipkin:
tracing:
endpoint: "${ZIPKIN_ENDPOINT:http://localhost:9411/api/v2/spans}"
Expand Down

0 comments on commit 919f404

Please sign in to comment.