-
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
Metrics not updated for wildcard domains #3844
Comments
I think this is related to #3713 |
I would like to see this working as well. |
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. |
Stale issues rot after 30d 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. |
/remove-lifecycle rotten This isn't really rotten - looks like #4139 could fix this... |
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. |
/remove-lifecycle stale |
We are affected by this issue too :( |
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. |
/remove-lifecycle stale |
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. |
/remove-lifecycle stale |
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. |
Stale issues rot after 30d 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. |
/remove-lifecycle rotten |
Looks like there is a partial fix for this in #4139 |
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. |
Stale issues rot after 30d 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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
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. |
/reopen |
@tim-hanssen: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
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. |
/assign @grounded042 |
@strongjz: GitHub didn't allow me to assign the following users: grounded042. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
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-sigs/prow repository. |
/triage accepted |
Is this a request for help?: No
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.): metrics wildcard
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
NGINX Ingress controller version:
0.22.0
Kubernetes version (use
kubectl version
):Environment:
AWS
Debian GNU/Linux 9 (stretch)
uname -a
):Linux ip-172-20-101-248 4.9.0-7-amd64 #1 SMP Debian 4.9.110-3+deb9u2 (2018-08-13) x86_64 GNU/Linux
kops
What happened: I configured an Ingress using wildcard domains. I can access the application fine, but metrics (e.g.
nginx_ingress_controller_requests
) are not registered on the wildcard domain.Accessing the application on a different host that is defined on the Ingress (non-wildcard) properly updates the metrics.
What you expected to happen: I would expect that requests to wildcard domains that are defined on the Ingress be properly registered in metrics.
How to reproduce it (as minimally and precisely as possible):
Configure an Ingress resource using a non-wildcard and a wildcard domain as hosts:
Accessing the application using
mydomain.com
properly registers metrics.Accessing the application using
foo.mydomain.com
does NOT register metrics, although it's a valid request.Anything else we need to know:
I have tried running with and without the
--metrics-per-host
argument, with same results.We need this functionality for a SaaS product that requires each customer to access the application from a different domain. We cannot update the Ingress with each hosts because they are updated very frequently and we would also exceed the quota for Let's Encrypt SSL certificates.
The text was updated successfully, but these errors were encountered: