Grafana

상황 Actuactor -> Promethus -> Grafana 구조를 구현하려고 한다 자바 백엔드 서버는 로컬 서버 loacalhot:3000에서 실행하고 있다 Prometheus는 docker 인스턴스 :9090 포트로 띄우고 있다 Grafana도 docker 인스턴스 :80 포트로 띄우고 있다 아래 블로그 글을 참고했으나 버전이 바뀌어 맞지 않는 부분이 있다 https://hudi.blog/spring-boot-actuator-prometheus-grafana-set-up/ 그래서 Grafana에서 대시보드를 띄워도 "No Data" 에러가 발생한다. Application도 읽지 못 한다 해결법 prometheus.yml scrape_configs: - job_name: 'prometheus' s..