SpringBoot Actuator + Prometheus + Grafana
SpringBoot Actuator를 통하여 애플리케이션의 모니터링 정보를 관리하고 Prometheus를 통하여서 Metric 정보를 수집 분석하고 Grafana를 통하여 시각화하는 방법에 대한 기본적인 내용을 정리해보려고 한다. Spring Boot Actuator 애플리케이션에 대한 모니터링 하고 매트릭 정보를 수집하고 이 정보들을 HTTP 또는 JMX를 통하여서 관리할 수 있다. Prometheus 매트릭 정보 수집 분석 Grafana 시각화 Prometheus와 Grafana를 사용하는 가장 큰 차이점에 대해 생각해보고 찾아봤을 때 아래와 같은 글을 보았다. with Prometheus primarily on the gathering side and Grafana on the reporting s..
2021.07.24