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 upcould not get Kubernetes deployment object in Prometheus metrics. #2304
Comments
This comment has been minimized.
This comment has been minimized.
|
The Kubernetes API server doesn't report metrics about individual deployments directly (since it's not considered to be metrics about the API server itself). To get those, you'll need to run and scrape kube-state-metrics in addition to the other targets: https://github.com/kubernetes/kube-state-metrics |
This comment has been minimized.
This comment has been minimized.
|
@juliusv Thanks for quick reply. |
amolsh
closed this
Dec 27, 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.
amolsh commentedDec 27, 2016
•
edited by juliusv
I am trying to get my Kubernetes Deployment object in Prometheus metrics. I am not able to achieve that.
Please, can anyone help me to figure this out?
Here is my prometheus config file: