Skip to content

Commit

Permalink
Tweak health probes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan971 committed Jan 13, 2025
1 parent cba0a82 commit c8c186f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ management:
access:
default: read_only
web:
base-path: /actuator
base-path: /__mon
exposure:
include:
- info
Expand All @@ -66,8 +66,11 @@ management:
- prometheus
health:
diskspace:
path: "${java.io.tmpdir}"
enabled: false
metrics:
system:
diskspace:
paths: [ "${java.io.tmpdir}" ]
# see: https://github.com/spring-projects/spring-boot/issues/38583
tags:
application: ${spring.application.name}
Expand Down

0 comments on commit c8c186f

Please sign in to comment.