← All dashboards

Spring Boot HikariCP / JDBC

HikariCP & JDBC Dashboard (Micrometer.io)

Spring Boot HikariCP / JDBC dashboard will display the metrics from micrometer. You can setup the application name and the region in your Spring Boot app with the properties:

spring:
  application:
    name: my-service

  datasource:
    hikari:
      pool-name: custom-pool-name     # optional

management:
  endpoints:
    web:
      exposure:
        include: ["*"]    # customize to your need
  metrics:
    tags:
      application: ${spring.application.name}
      region: my-region

Updated for Spring Boot 2.1.x

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: 6,459