Sprint Boot可视化监控
++
集成 Spring Boot 的 Prometheus 三剑客:Micrometer + Prometheus + Grafana
一、用Micrometer仪表化JVM应用
Micrometer(千分尺)是 Pivotal 为最流行的监控系统提供的一个简单的仪表客户端门面模式,允许仪表化 JVM 应用,而无须关心是哪个供应商提供的指标。
官网:https://micrometer.io/
Spring Boot 2.x 在 spring-boot-actuator 中引入了 Micrometer。