Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiddo committed Sep 30, 2024
1 parent cc9b980 commit dfce153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ server:
#Adds the option to go to eg. http://localhost:8080/actuator/health for seeing the running configuration
#see https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints
management:
#The following configuration will enable the actuator endpoints at /actuator/health, /actuator/info, /actuator/prometheus
endpoints:
enabled-by-default: false
web:
exposure:
#include: 'health,info,prometheus' # or '* for all'
include: 'health,info,prometheus,metrics'
include: 'health,info,prometheus,metrics' # or '*' for all'
endpoint:
metrics:
enabled: true
Expand Down

0 comments on commit dfce153

Please sign in to comment.