Skip to content

Commit

Permalink
feat: health endpoint 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
This2sho committed Nov 27, 2024
1 parent 7dee0a9 commit 8bf98a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-api/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ management:
endpoints:
web:
exposure:
include: prometheus
include: prometheus, health
endpoint:
prometheus:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion app-scheduler/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ management:
endpoints:
web:
exposure:
include: prometheus
include: prometheus, health
endpoint:
prometheus:
enabled: true
Expand Down

0 comments on commit 8bf98a9

Please sign in to comment.