1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs
Christopher Kolstad b06613d1b0
feat: Adds rate limiting to metric POST endpoints (#5075)
### What
The heaviest requests we serve are the register and metrics POSTs from
our SDKs/clients.
This PR adds ratelimiting to /api/client/register, /api/client/metrics,
/api/frontend/register and /api/frontend/metrics with a default set to
6000 requests per minute (or 100 rps) for each of the endpoints.

It will be overrideable by the environment variables documented.

### Points of discussion
@kwasniew already suggested using featuretoggles with variants to
control the rate per clientId. I struggled to see if we could
dynamically update the middleware after initialisation, so this attempt
will need a restart of the pod to update the request limit.
2023-10-18 13:00:44 +02:00
..
contributing
how-to Update how-to-create-and-assign-custom-project-roles.md (#5060) 2023-10-17 09:05:06 -05:00
migrations
reference feat: Adds rate limiting to metric POST endpoints (#5075) 2023-10-18 13:00:44 +02:00
topics docs/video embed, academy video embed fixes (#5005) 2023-10-11 14:20:16 -05:00
tutorials docs/video embed, academy video embed fixes (#5005) 2023-10-11 14:20:16 -05:00
about-the-docs.md create getting-started and remove quickstart (#4991) 2023-10-10 15:03:17 -05:00
client-specification.md