implementation 'org.springframework.boot:spring-boot-starter-actuator'
# 모든 엔드포인트를 웹에 노출 (shutdown 제외)
management.endpoints.web.exposure.include: "*"
# 모든 엔드포인트를 jmx에 노출
management.endpoints.jmx.exposure.include: "*"

Prometheus - Monitoring system & time series database

flowchart LR

CPU --> Micrometer
JVM --> Micrometer