Display P95 and mean time in Grafana from micrometer #30996
-
Hello, I am facing issue regarding Grafana, Prometheus and Micrometer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @brunobat (micrometer), @ebullient (micrometer) |
Beta Was this translation helpful? Give feedback.
-
Micrometer uses MeterFilters to selectively enable gathering of additional metrics. There is a storage cost, so these additional metrics are not enabled by default. The syntax is here: There is an example of CDI-based registration/injection of MeterFilters here: |
Beta Was this translation helpful? Give feedback.
Micrometer uses MeterFilters to selectively enable gathering of additional metrics. There is a storage cost, so these additional metrics are not enabled by default.
The syntax is here:
https://micrometer.io/docs/concepts#_histograms_and_percentiles
There is an example of CDI-based registration/injection of MeterFilters here:
https://quarkus.io/guides/micrometer#using-meterfilter-to-configure-metrics