envoyproxy/gateway

Improved global rate limiting metric keys

Open

#9 151 ouverte le 3 juin 2026

Voir sur GitHub
 (2 commentaires) (2 réactions) (0 assignés)Go (802 forks)auto 404
help wantedkind/enhancement

Métriques du dépôt

Stars
 (2 871 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Description: Currently global rate limit keys look like the following envoy-gateway-system/gateway/rule/0_gateway/gateway/rule/0

it would be nice if we could have a easier way to identify which rule this is as position 0 in array is not very useful. This also means dashboards/alerts that use this key may break if the ordering changes.

I suggest we introduce maybe a name key? So we at least can add this to the end for example

envoy-gateway-system/gateway/rule/0_gateway/gateway/rule/0/basic-limit

Guide contributeur