envoyproxy/gateway

Improved global rate limiting metric keys

Open

#9,151 创建于 2026年6月3日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Go (802 fork)auto 404
help wantedkind/enhancement

仓库指标

Star
 (2,871 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南