-
Notifications
You must be signed in to change notification settings - Fork 103
Rate Limiting for endpoints #330
Copy link
Copy link
Closed
Description
Currently, most /metrics endpoints don't offer any sort of rate limiting.
It would be nice if exporter-toolkit would provide two rate limits that can be user specified.
- global: queries per second
- per client IP: queries per second
if the limit is reached it should return HTTP 429.
This would help users of this library to set up better protection against malign clients.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels