Record: CircuitHealth
Maintains the health of the Circuit Breaker.
Closed record
Fields
- lastRequestSuccess boolean(default false)
- totalRequestCount int(default 0)
- lastUsedBucketId int(default 0)
- startTime Utc(default time:utcNow())
- lastRequestTime Utc?
- lastErrorTime Utc?
- lastForcedOpenTime Utc?
- totalBuckets Bucket?[ ](default [])
Whether last request is success or not
Total request count received within the RollingWindow
ID of the last bucket used in Circuit Breaker calculations
Circuit Breaker start time
The time that the last request received
The time that the last error occurred
The time that circuit forcefully opened at last
The discrete time buckets into which the time window is divided