Spring Boot Statistics
Dashboard for Spring Boot2 Statistics(by micrometer-prometheus).
Exporter
This dashboard uses the following exporter metrics.
Variables
This dashboard requires the following Variables.
- $instance - Instance Name
- $application - Spring Boot Application Name
- $hikaricp - HikariCP Connection Pool Name
$application
should be marked with prometheus.yml label or with Spring bean(See below).
@Bean
MeterRegistryCustomizer<MeterRegistry> metricsCommonTags() {
return registry -> registry.config().commonTags("application", "MYAPPNAME");
}
Dashboard revisions
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Decscription | Created | |
---|---|---|---|
Download |
Sign up for Grafana Cloud
Get this dashboard
Data source:
Dependencies: