resilience4j: Grafana not showing the metrics - call duration percentiles

Resilience4j 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.

Screenshot 2020-06-01 at 8 54 28 PM Attaching the image for the reference. Please help me out.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 19 (8 by maintainers)

Most upvoted 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.