Skip to content

Commit

Permalink
Fix/health endpoint 추가 (#93)
Browse files Browse the repository at this point in the history
* refactor: AtomicInteger 내부 함수로 변경

* refactor: graceful shutdown 적용

* feat: health endpoint 추가
  • Loading branch information
This2sho authored Nov 27, 2024
1 parent 280cc73 commit d5e187d
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 d5e187d

Please sign in to comment.