spring-cloud / spring-cloud/spring-cloud-circuitbreaker
Provide a monitoring interface for circuit-breakers
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 355
- Forks
- 123
- Avg merge
- 5h 25m
- Merged PRs (30d)
- 5
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the circuit-breaker API and the Spring Actuator endpoint conventions mentioned in the issue. Define how closed, open, and half-open states should be exposed across the supported implementations, then verify that production monitoring can discover each circuit-breaker state through the resulting endpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100