envoyproxy/envoy

How to log which rate limit rule was triggered via descriptor?

Open

#41,339 创建于 2025年10月2日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)C++ (5,373 fork)batch import
area/ratelimitenhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Title: Is there an easy way to log which rate limit rule was triggered via descriptor?

Description: I can't seem to find how to log which specific rate limit rule was triggered and blocked/overlimit. The Rate Limit Response has a statuses field, which is a list of DescriptorStatus messages. This information doesn't seem to be logged anywhere, more specifically the descriptor status code.

Link to the Rate Limit Response docs: https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/ratelimit/v3/rls.proto#service-ratelimit-v3-ratelimitresponse-descriptorstatus

https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/ratelimit/v3/rls.proto#service-ratelimit-v3-ratelimitresponse

贡献者指南