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

Made circuit-opening happen in background #1568

Merged

Conversation

mattrjacobs
Copy link
Contributor

as health counts stream produces new values

  • This allows for methods which imply reading the circuit-breaker status (isOpen/allowRequest) to be idempotent
  • Added new method (attemptExecution), which command internally uses to actually manipulate status

Addresses #1541

…oduces new values

* This allows for methods which imply reading the circuit-breaker status (isOpen/allowRequest) to be idempotent
* Added new method (attemptExecution), which command internally uses to actually manipulate status
@mattrjacobs mattrjacobs merged commit f0d5482 into Netflix:master May 8, 2017
@mattrjacobs mattrjacobs deleted the idempotent-circuit-breaker-read branch May 8, 2017 13:16
shakuzen added a commit to micrometer-metrics/micrometer that referenced this pull request Nov 21, 2023
metrics are better with Netflix/Hystrix#1568 introduced in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018. <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
pirgeo pushed a commit to dynatrace-oss-contrib/micrometer that referenced this pull request Dec 29, 2023
metrics are better with Netflix/Hystrix#1568 introduced in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018. <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
pirgeo pushed a commit to dynatrace-oss-contrib/micrometer that referenced this pull request Jan 5, 2024
metrics are better with Netflix/Hystrix#1568 introduced in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018. <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant