Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow envoy StatsMatcher to be configurable #6712

Open
davidgiga1993 opened this issue Oct 17, 2024 · 1 comment
Open

Allow envoy StatsMatcher to be configurable #6712

davidgiga1993 opened this issue Oct 17, 2024 · 1 comment
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.

Comments

@davidgiga1993
Copy link

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.

@davidgiga1993 davidgiga1993 added 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. labels Oct 17, 2024
Copy link

Hey @davidgiga1993! Thanks for opening your first issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on Contour. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant