Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stats: Extract route names with forward-slash (envoyproxy#33734)
Commit Message: Extract route names with forward-slash. Additional Description: RDS protocol allows almost any route name, and stats are lightly sanitized before emitting to statsd and prometheus endpoints. This change slightly relaxes the capture group for RDS route names in stats, instead of opening the floodgates to everything, because YAGNI. Risk Level: Low Testing: Updated unit test Docs Changes: None: No restrictions on the route name in RDS were documented before (anything goes, as far as I can tell), so there's nothing to change there. The minimal documentation on route name in RDS stats don't mention allowing, disallowing, or special handling for anything but ":". Release Notes: N/A Platform Specific Features: None Fixes: envoyproxy#32976 Signed-off-by: Kevin Burek <[email protected]>
- Loading branch information