Spring Boot HikariCP / JDBC

HikariCP & JDBC Dashboard (Micrometer.io)

Spring Boot HikariCP / JDBC screenshot 1
<p>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:</p> <pre><code>spring: application: name: my-service datasource: hikari: pool-name: custom-pool-name # optional management: endpoints: web: exposure: include: [&quot;*&quot;] # customize to your need metrics: tags: application: ${spring.application.name} region: my-region </code></pre> <p>Updated for Spring Boot 2.1.x</p>
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