breaker.asciidoc 728 B

12345678910111213141516171819
  1. [discrete]
  2. [[breaking_80_breaker_changes]]
  3. ==== Circuit breaker changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. .The `in_flight_requests` stat has been renamed `inflight_requests` in logs and diagnostic APIs.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. The name of the in flight requests circuit breaker in log output and diagnostic APIs (such as the node stats API) changes from `in_flight_requests` to `inflight_requests` to align it with the name of the corresponding settings.
  12. *Impact* +
  13. Update your workflow and applications to use the `inflight_requests` stat in
  14. place of `in_flight_requests`.
  15. ====
  16. //end::notable-breaking-changes[]