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.
- timeWindowMillis int 60000
-
Time period in milliseconds for which the failure threshold is calculated
- bucketSizeMillis int 10000
-
The granularity at which the time window slides. This is measured in milliseconds.