Screen Shot 2019-05-31 at 4.17.08 PM.png Screen Shot 2019-05-31 at 4.17.51 PM.png Screen Shot 2019-05-31 at 4.18.42 PM.png Screen Shot 2019-05-31 at 4.18.22 PM.png Screen Shot 2019-05-31 at 4.18.32 PM.png Screen Shot 2019-05-31 at 4.18.13 PM.png Screen Shot 2019-05-31 at 4.18.04 PM.png
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");
}