Skip to content

Commit

Permalink
[DEV-77] spring-actuator의 prometheus 엔드포인트 expose 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Sep 30, 2024
1 parent 016dcb7 commit 6d77666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ management:
endpoints:
web:
exposure:
include: info, health
include: info, health, prometheus
base-path: ${ACTUATOR_BASE_PATH}
jmx:
exposure:
Expand Down

0 comments on commit 6d77666

Please sign in to comment.