Prometheus

상황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.ymlscrape_configs: - job_name: 'prometheus' static..