Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a monitoring interface for circuit-breakers #34

Open
kubamarchwicki opened this issue Apr 23, 2019 · 3 comments
Open

Provide a monitoring interface for circuit-breakers #34

kubamarchwicki opened this issue Apr 23, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@kubamarchwicki
Copy link

kubamarchwicki commented Apr 23, 2019

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.

@ryanjbaxter
Copy link
Contributor

Are we talking about monitoring just in an actuator sense?

@kubamarchwicki
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants