是什么

发展历史

怎么使用

常见案例

java: https://grafana.com/grafana/dashboards/4701
Spring Boot: https://grafana.com/grafana/dashboards/10280
JVM: https://grafana.com/grafana/dashboards/12856
Druid: https://grafana.com/grafana/dashboards/11157

Tomcat Dashboard(Micrometer 版):https://grafana.com/grafana/dashboards/6090

  • 官方 Grafana 大盘,用于监控 Spring Boot 内嵌 Tomcat + Micrometer 指标
  • 支持线程、请求处理时间、HTTP 请求量等。

Spring Boot Statistics(含 Tomcat):https://grafana.com/grafana/dashboards/12835

  • 集成 Spring Boot + Micrometer + Tomcat 指标的综合看板
  • 可显示 JVM、Tomcat、HTTP 等一体监控。
  • 为 Spring Boot 2.4+ / Micrometer 1.6+ 设计的名字。

监控 —- Spring Boot + JVM + Druid + Prometheus + Grafana_druid prometheus-CSDN博客

11157
去 看板右上角 - Settings - Variables,
把instance的值 从

label_values(druid_initial_size{application=”$application”}, instance)

修改为

label_values(druid_initial_size{application=”$application”}, pool)

作者:张三  创建时间:2025-10-24 16:11
最后编辑:张三  更新时间:2025-12-12 20:04