0a8e5e300f76749b7799fb9144d812e3.png d9633b685b5c9549226c3f785600e69c.png fd791e22e93eef5d982722f1e8e2f45c.png 66c37df9582db1652e90f9cbe6a7c556.png 1c2df01e115d989db2cba599f664d0d8.png 84b6cef091e7a0fdd17ab6dab9518534.png
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");
}