envoyproxy/envoy

Reporting Interval not configurable from EnvoyFilters.

Open

#46,033 创建于 2026年7月8日

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

仓库指标

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

描述

Title: Reporting Interval not configurable from EnvoyFilters.

Description:

Currently we have the reporting_interval as hardcoded in the Envoy layer. We have a use-case to push the rate-limit-quota usage reports more frequently , more like every 1sec.

Git code : https://github.com/envoyproxy/envoy/blob/main/source/extensions/filters/http/rate_limit_quota/filter_persistence.cc#L45C48-L45C52

Need help to override this interval , if there is a way to do so, please let us know.

[optional Relevant Links:]

Any extra documentation required to understand the issue.

贡献者指南