Allow envoy StatsMatcher to be configurable #6712
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
Envoy by default exposes tons of metrics, a lot of them are on a per-cluster basis, causing the number of metrics to increase with the number of ingress endpoints. This can cause issues with scaling Prometheus as well as unnecessary network traffic for scraping.
Other projects are facing similar issues (hashicorp/consul#12509)
Therefore I propose to allow the envoy StatsMatcher to be configurable so we can choose what metrics should be excluded directly at envoy.
The text was updated successfully, but these errors were encountered: