Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public interface CircuitBreaker {
*/
String REQUEST = "request";
/**
* The in-flight request breaker tracks bytes allocated for reading and
* writing requests on the network layer.
* The in-flight request breaker tracks bytes allocated for reading requests
* on the network layer.
*/
String IN_FLIGHT_REQUESTS = "inflight_requests";

Expand Down