← All dashboards

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");
}

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 16,553