question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Having metrics about database is very important. JDBC level metrics would be very nice like:

The total number of database reads
The total number of database writes
Number of reads per second (per minute, 5 minutes & 15 minutes)
Number of writes per second (per minute, 5 minutes & 15 minutes)
Average/median/percentile query times for reads & for writes

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
marcingrzejszczakcommented, Mar 3, 2022

We’re planning to add it to Spring Framework 6. We’ve added similar support in Spring Cloud Sleuth 3.1.x but it’s more about tracing than metrics.

2reactions
marcingrzejszczakcommented, Mar 3, 2022

There is for sure a plan to add such support out of the box in Spring JDBC.

Read more comments on GitHub >

github_iconTop Results From Across the Web

32 JDBC DMS Metrics
Overview of JDBC DMS Metrics ... DMS metrics enable application and system developers to measure and export customized performance metrics for specific software ......
Read more >
How to monitor JDBC calls and statistics with Grafana
You can try using micrometer. This is the metrics provider for spring boot. I'm currently working on the same thing, and I'm not...
Read more >
Transform's JDBC Driver: Consume Metrics in Downstream ...
With Transform's JDBC driver, you can express an API request inside a SQL expression. Consume metrics from Transform's metrics store in BI ...
Read more >
Introducing JDBCMetrics - Peter Hedenskog
Metrics backend · The number of reads & writes per request · The time spent in read & writes per request · The...
Read more >
54. Metrics - Spring
Auto-configuration enables the instrumentation of all available DataSource` objects with a metric named jdbc . Data source instrumentation results in gauges ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found