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