spring-cloud-circuitbreaker icon indicating copy to clipboard operation
spring-cloud-circuitbreaker copied to clipboard

Provide a monitoring interface for circuit-breakers

Open kubamarchwicki opened this issue 6 years ago • 3 comments

To be able to monitor the circuit breakers effectively it would be good to expose their state (closed, open, half-open) as of Spring Actuator endpoints without additional effort.

Monitoring the state of circuit breakers would allow discovering that a upstream dependency suddenly becomes unavailable. It is essential for applications used in production.

kubamarchwicki avatar Apr 23 '19 11:04 kubamarchwicki

Are we talking about monitoring just in an actuator sense?

ryanjbaxter avatar Jun 17 '19 19:06 ryanjbaxter

Yes. At least the current state (as observed: OPEN / CLOSED), possibly last flip time, maybe some statistics - depending on data availability for any given implementation of circuit breakers.

kubamarchwicki avatar Jun 17 '19 20:06 kubamarchwicki

Depending on timelines, I should be able to commit some time to that.

kubamarchwicki avatar Jun 17 '19 20:06 kubamarchwicki