2020-07-23 23:48:22 +08:00
[discrete]
2019-09-03 20:56:36 +08:00
[[breaking_80_breaker_changes]]
2021-01-15 01:14:48 +08:00
==== Circuit breaker changes
2019-09-03 20:56:36 +08:00
2021-07-27 05:43:39 +08:00
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
2019-09-03 20:56:36 +08:00
//tag::notable-breaking-changes[]
2020-05-05 21:44:29 +08:00
.The `in_flight_requests` stat has been renamed `inflight_requests` in logs and diagnostic APIs.
[%collapsible]
====
*Details* +
2019-09-03 20:56:36 +08:00
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.
2020-05-05 21:44:29 +08:00
*Impact* +
Update your workflow and applications to use the `inflight_requests` stat in
place of `in_flight_requests`.
====
2019-09-03 20:56:36 +08:00
//end::notable-breaking-changes[]