'Spring Webflux - Database connection metrics
Small question regarding database connection metrics for Spring Webflux (2.6+) web application please.
For the SpringBoot (non Webflux) apps, connecting to JDBC for instance, once Micrometer and other metrics dependencies are in the class path, we have by default, out of the box, database connection metrics.
This is really cool, out of the box, to have visibilities, visual, monitoring between the web app layer, and the database layer.
Currently with a Spring Webflux app, connecting to any non blocking databases (Redis, Cassandra, etc...), there are no more metrics!
May I ask what is the root cause of this issue.
Also, what would be possible to do in order to get those database related metrics for Spring Webflux apps.
Thank you!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|