-
Would be nice to have https://github.com/micrometer-metrics/micrometer/tree/main/implementations/micrometer-registry-cloudwatch as a Quarkus extension
-
I found inconsistencies in the metrics names between Micrometer and Prometheus, by using either `PrometheusMetricsTrackerFactory` or `MicrometerMetricsTrackerFactory` when configuring `HikariConfig`.
…
-
This is a follow up to #3861 and requests from users such as https://github.com/micrometer-metrics/micrometer/pull/3959#issuecomment-2287000458.
Currently, exponential histograms can only be config…
-
I observed that micrometer registry consumes more memory when I switch Spring Boot from 3.2.6 to 3.3.1
**Environment**
- Micrometer version 1.13.1
- Micrometer registry prometheus
- Java …
-
Hi everybody,
first of all thanks for working on micrometer - it is a true lifesaver 😃
I'm having trouble getting metrics out of apache commons dbcp2 data sources. I've set up a [minimal workin…
-
We have a lot of Micrometer users requesting that we support registering metrics with the same name but a different set of labels (https://github.com/micrometer-metrics/micrometer/issues/877) for Prom…
-
Version: 4.0.4
### Problem
When `spring.cloud.loadbalancer.stats.micrometer.enabled: true` using WebClient with loadbalancing can lead to generation of huge number of metrics when path contains pa…
-
Follow up to #2391.
-
### Description
The current Micrometer Guided Install experience continues to point to this archived repo, even though there's a recommended OTel approach instead.
(Is it enough to update the expe…
-
**Is your feature request related to a problem? Please describe.**
The Monitor could potentially become an issue in 4.0 if we end up needing to implement multiple active managers. Multiple Managers m…