Circuitbreakerevents managment endpoint not found

Viewed 9

I have resilience4j config and have managementconfig also.

management.endpoint.circuitbreakerevents.enabled=true

But I can't see any events because URL not found. http://localhost:8080/circuitbreakerevents

{"timestamp":"2022-09-07T13:23:29.661+00:00","status":404,"error":"Not Found","path":"/circuitbreakerevents"}

http://localhost:8080/health is working and I can see Circuit breaker is up

0 Answers
Related