limit-lens 0.6.1

A simple API for testing and visualizing rate limiters in real-time. Monitor request throughput and see how your rate limiting algorithms perform under load.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# TimeBucket

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **i32** | Number of requests in this 1-second window | 
**rate_limit** | **f64** | Calculated rate limit of the session at this time (requests/second) | 
**timestamp** | **String** | Start time of this 1-second bucket | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)