Skip to content

Commit

Permalink
[IDLE-456] monitoring.yml 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Oct 23, 2024
1 parent 598f815 commit c0f4e28
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
management:
endpoints:
health:
enabled: true
prometheus:
enabled: true
metrics:
enabled: true
web:
exposure:
include: health, prometheus, metrics
base-path: ${ACTUATOR_BASE_PATH}
jmx:
exposure:
exclude: "*"
server:
port: 9900

0 comments on commit c0f4e28

Please sign in to comment.