Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- StringBuilder
- 열 속성
- Spring
- 바이너리 카운팅
- DI
- static
- 필드 주입
- 조합
- KEVISS
- DDL
- AOP
- jwt
- VUE
- equals
- lambda
- SQL
- MSA
- Test
- 생성자 주입
- redis
- stream
- cache
- docker
- jpa
- 테스트 코드
- select_type
- 재정의
- 인덱스
- java
- hashcode
Archives
- Today
- Total
목록헬스체크 (1)
백엔드 개발자 블로그
헬스 체크
[참고](https://toss.tech/article/how-to-work-health-check-in-spring-boot-actuator) 헬스 체크란? 정상적으로 서비스가 가능한 서버에만 트래픽을 보내서 서비스의 고가용성을 확보하기 위해서 체크하는 것 Spring Boot Actuator 의존성 추가 application.yaml로 퍼블릭하게 접근 가능하게 하기 HealthEndpointSupport 클래스의 getAggregateContribution 메서드 각 HealthContributor를 순회하면서 헬스 체크 HealthEndpointSupport 클래스의 getCompositeHealth 메서드 각 HealthIndicator로부터 수집한 상태를 바탕으로 현재 서버의 상태를 진단 Sim..
테크 블로그 리뷰
2024. 1. 7. 19:43