-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Custom option for gathering prometheus metrics for ingresses without host specified #5048
Conversation
Welcome @stephanepiel! |
Hi @stephanepiel. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: stephanepiel The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@stephanepiel I am sorry but we are not merging changes to the metrics until we can address the approach as a whole. Please check https://github.com/kubernetes/ingress-nginx/pull/4352/files |
@aledbf Too bad |
I see you closed the linked PR without merging. Can you revisit this now, please @aledbf ? |
I'm sorry. I reopened the PR. |
@stephanepiel Do you have a custom docker image with it implemented? |
Hello @crak-mmarcoux , |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@stephanepiel: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
Add a command line option which allow to generate Prometheus metrics for ingress that do not have host specified. By default, option is not activated (no breaking change). When activated, it gives back same behavior as before version 0.20
It can be helpful when you have no host specified in ingresses but yet need related metrics (and there is no risk of DOS attacks when ingress controllers are not publicly accessible)
Relates to two issues (#3713 and #3844)
Types of changes
Which issue/s this PR fixes
fixes #3713
fixes #3844
How Has This Been Tested?
Tests added
Used for sometime in real environment
Checklist: