Record: Bucket
Represents a discrete sub-part of the time window (Bucket).
Closed record
Fields
- totalCount int(default 0)
- failureCount int(default 0)
- rejectedCount int(default 0)
- lastUpdatedTime Utc?
Total number of requests received during the sub-window time frame
Number of failed requests during the sub-window time frame
Number of rejected requests during the sub-window time frame
The time that the Bucket
is last updated.