-
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
[nginx] Metrics missing after updating to nginx-0.9.0-beta.12 #1279
Comments
Found lots of errors like this in the nginx controller logs:
It seems the port vts port is set to zero, instead of 18080, not sure why. I'll dig a little more, it seems like a misconfiguration on my side. |
The status port is initialized here: But the code passes the supposedly uninitialized (zero-valued) |
Please test quay.io/aledbf/nginx-ingress-controller:0.202 |
@aledbf it seems this version seems to work. 👍 |
After updating nginx ingress from 0.9.0-beta.11 to beta.12, I noticed
nginx_*
metrics were gone. Reverting to beta.11 restored the metrics.New version:
Old version:
Did anything change in the way
nginx_*
metrics were collected and reported between these versions?The text was updated successfully, but these errors were encountered: