Record -
http
: RollingWindow
Represents a rolling window in the Circuit Breaker.
Fields
- requestVolumeThreshold int 10
-
Minimum number of requests in a
RollingWindow
that will trip the circuit.
- timeWindowInMillis int 60000
-
Time period in milliseconds for which the failure threshold is calculated
- bucketSizeInMillis int 10000
-
The granularity at which the time window slides. This is measured in milliseconds.