실습환경 - macOS 13.4 Spring Boot 1. build.gradle 파일에 prometheus 라이브러리 추가 한다. implementation 'io.micrometer:micrometer-registry-prometheus' // 추가 2. 추가 후 프로젝트를 재기동 한 뒤 http://localhost:8080/actuator/prometheus 호출하여 라이브러리가 잘 반영되었는지 확인 할 수 있다. 프로메테우스 1. 프로메테우스 다운로드 하기 https://prometheus.io/download/ 상단링크에서 다운로드 후 설치 위치에서 하단 명령어를 실행 한다. $ ./prometheus 명령어 실행 후 http://localhost:9090 으로 접속시 아래와 같이 관리자 화면..