abersheeran / asgi-ratelimit

A ASGI Middleware to rate limit
Apache License 2.0
292 stars 11 forks source link

Access hit/miss ratio? #71

Closed lainiwa closed 1 year ago

lainiwa commented 1 year ago

Hi!

Is there a way to access hit/miss ratio? It might be a valuable metric to export via starlette_exporter or similar library

abersheeran commented 1 year ago

You can get the block ratio by counting the ratio of 429 status to other status.