envoyproxy/envoy

Reporting Interval not configurable from EnvoyFilters.

Open

#46,033 opened on Jul 8, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/ratelimitenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

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.

Contributor guide