Spring Boot HikariCP / JDBC

HikariCP & JDBC Dashboard (Micrometer.io)

Spring Boot HikariCP / JDBC screenshot 1

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

Revisions
RevisionDescriptionCreated
Spring Boot

Spring Boot

by Grafana Labs
Grafana Labs solution

Easily monitor Spring Boot with Grafana Cloud's out-of-the-box monitoring solution.

Learn more

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies