Grafana not showing the metrics - call duration percentiles
See original GitHub issueResilience4j version: 1.4
Java version: 1.8
Grafana not showing the metrics - call duration percentiles.
I have used this config: https://github.com/resilience4j/resilience4j/blob/master/grafana_dashboard.json
Not getting this value - resilience4j_circuitbreaker_calls_seconds_bucket
in prometheus metrics too.
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (8 by maintainers)
Top Results From Across the Web
How summary metrics work in Prometheus | Grafana Labs
A summary is a metric type in Prometheus that can be used to monitor latencies (or other distributions like request sizes).
Read more >Troubleshooting | Grafana Enterprise Metrics documentation
The query that follows displays the latency of the ingest requests in percentiles. In the query, replace <job> with the string that corresponds...
Read more >Configure standard options | Grafana documentation
Options and overrides that you apply do not change the data, they change how Grafana ... then all fields with numeric values are...
Read more >How to successfully correlate metrics, logs, and traces in ...
That means not only showing users their metrics, logs, and traces, he said, ... it's exposing a histogram of your request duration.
Read more >Active series and DPM | Grafana Cloud documentation
Active series and DPM Grafana Cloud calculates metrics usage by looking at two ... When you stop updating or scraping a time series,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems you are using Spring. Don’t you use Spring Boot?
I think a micrometer configuration is missing:
management.metrics.distribution.percentiles-histogram.resilience4j.circuitbreaker.calls: true
But the setting doesn’t work without Spring Boot. You have to set it in your Micrometer config.
This code emits the metric
resilience4j_circuitbreaker_calls_seconds_bucket
.