Spring Boot 2.1 Statistics
Dashboard for Spring Boot2.1 Statistics(based on Spring Boot2 Statistic by micrometer-prometheus).
Exporter
This dashboard uses the following exporter metrics.
http://micrometer.io/docs/registry/prometheus#_installing
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");
}
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Spring Boot
Easily monitor Spring Boot with Grafana Cloud's out-of-the-box monitoring solution.
Learn more