반응형

Actuator 2

[prometheus] org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver

Prometheus를 띄워봤으니 프로젝트에 적용해보자! 하던 중에 Exception이 어김없이 발생했습니다. 정말 고마운 분의 글을 참조해서 문제를 해결하였습니다. 증상 application에 actuator, prometheus 디펜던시를 추가하고 Security Endpoint도 적용하고 다 했는데 안되었습니다. actuator, health, info, metrics 는 다 되는데 prometheus만 안되는 현상이었습니다. 증상으로는 에러도 아니고 WARN 이네요 아래와 같습니다. WARN org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver [AbstractHandlerExceptionResolver.java:19..

TroubleShooting 2020.12.08

[Monitoring] Actuator, Prometheus를 이용한 monitoring해보자! - 1편 ( actuator 적용한 application을 띄우기 )

모니터링 서비스가 없으면 정말 불편합니다. 간단한 예로 ~ 하루는 출근했는데 "** 서비스가 실행이 안되는데?" 확인해보니 메모리 초과로 셧다운되있었습니다. 개발 서버에서 테스트 중에 public망에 있던 서비스와 통신 중에 계속 에러가 발생 확인해보니 셧다운되있었습니다. ** 서비스 죽었어? 잠시만요... 터미널 열고 타자 다다다다다 ps -ef... docker ps .. 매번 이럴순 없습니다. 소스는 github에 올려놓았습니다. 1편 - actuator 적용한 application을 띄우기 2편 - monitoring application, prometheus docker로 띄우기 3편 - Grafana docker로 띄우기 4편 - AlertManager 적용 actuator는 Spring In..

Develop/devops 2020.11.28
728x90
반응형