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