Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upIgnore kubernetes services #1364
Comments
This comment has been minimized.
This comment has been minimized.
|
You can do this via relabelling. See https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml#L53-L56 for an example. What this is doing is only |
This comment has been minimized.
This comment has been minimized.
|
Thanks, it sure seems to solve my problem... |
vic3lord
closed this
Feb 2, 2016
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
vic3lord commentedFeb 2, 2016
Hello team,
There are lots of services on kubernetes cluster that don't support prometheus metrics,
Is there any option to make a list of services I don't need prometheus to query?
Thanks for this awesome project.