Small question regarding database connection metrics for Spring Webflux (2.6+) web application please. For the SpringBoot (non Webflux) apps, connecting to JDBC
The OpenApi documentation says that it supports micrometer. How does the integration works? I could not find anything except this little documentation. I have a
In my project we use spring-boot2 with actuator and datadog metrics - package io.micrometer:micrometer-registry-datadog. Metrics are sent to datadog by http API
So I am new to metrics and micrometer. I am have followed this tutorial in which we set up some basics Meters like a counter and a Gauge and expose the metrics.