-
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] help with setting up metrics collection with Prometheus #464
Comments
@dannyk81 the prometheus metrics are exposed in port |
Perfect! exactly what I was missing 👍 Thanks. I added the following to my DaemonSet metadata and it works:
Perhaps a quick note about this in the documentation ? |
dannyk81
pushed a commit
to dannyk81/ingress
that referenced
this issue
Mar 20, 2017
Allow Prometheus automatic discovery of nginx metrics endpoint Fixed kubernetes#464
dannyk81
pushed a commit
to dannyk81/ingress
that referenced
this issue
Mar 20, 2017
Allow Prometheus automatic discovery of nginx metrics endpoint Fixed kubernetes#464
dannyk81
pushed a commit
to dannyk81/ingress
that referenced
this issue
Mar 20, 2017
* Adding Prometheus metrics scrape annotations Allow Prometheus automatic discovery of nginx metrics endpoint Fixed kubernetes#464 * Adding Prometheus metrics scrape annotations Allow Prometheus automatic discovery of nginx metrics endpoint Fixed kubernetes#464
dannyk81
pushed a commit
to dannyk81/ingress
that referenced
this issue
Mar 21, 2017
Allow Prometheus automatic discovery of nginx metrics endpoint Fixed kubernetes#464
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:
0.9.0-beta.3
I deployed nginx ingress controller (as a DaemonSet) and configued a customer ConfigMap with
enable-vts-status: true
In the controller log, I can see the following message:
But at this point I'm not sure how to proceed, how should the Controller be configured to provide a scrape target for Prometheus ? I understand that this is implemented internally, but I don't understand how to configure it.
Here's my DaemonSet yaml:
and here's my ConfigMap:
The text was updated successfully, but these errors were encountered: