You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce a group parameter (string) which user can use to customise how endpoints are grouped in rate limiting - this is supported both in Ambassador and Traefik
if no group is specified at the global level, treat it as a common rate limit (all endpoints are in the same group)
if no group is specified at the path/operation level, treat it as a separate rate limit for this path/operation
Additional context
Add any other context, CLI input/output, etc. about the enhancement here.
The text was updated successfully, but these errors were encountered:
Describe the enhancement you'd like to see
rps
andburst
parameters, warn user that in case of a split in nginx-ingress these will be applied to each path separately (addressed by nginx-ingress: warn that path level rate limit is applied separately for each path #147)group
parameter (string) which user can use to customise how endpoints are grouped in rate limiting - this is supported both in Ambassador and TraefikAdditional context
Add any other context, CLI input/output, etc. about the enhancement here.
The text was updated successfully, but these errors were encountered: