설정 (1) 썸네일형 리스트형 [spring boot 설정하기-11] actuator 설정 및 테스트 소스 서비스를 하다보면 각 인스턴스에 대한 CPU, memory, Heap 등을 개별 모니터링하기보다는 한 곳에서 확인할 수 있는 기능을 제공해줍니다. actuator는 endpoint를 이용해 응용 프로그램을 확인할 수 있습니다. 각 endpoint는 http 또는 jmx를 통해 활성화와 비활성화를 할 수 있습니다. 기본적으로 /actuator 로 매핑되며 endpoint는 /actuator/health에 매핑됩니다. 관련 내용은 아래 사이트에서 확인해볼 수 있습니다. docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html www.baeldung.com/spring-boot-actuators 1. endpoin.. 이전 1 다음