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 upprom query again.. #1274
Comments
beorn7
added
the
question
label
Dec 28, 2015
This comment has been minimized.
This comment has been minimized.
|
|
fabxc
closed this
Jan 22, 2016
This comment has been minimized.
This comment has been minimized.
cemo
commented
Apr 4, 2017
|
@roman-vynar where |
This comment has been minimized.
This comment has been minimized.
|
@cemo cadvisor |
This comment has been minimized.
This comment has been minimized.
cemo
commented
Apr 5, 2017
•
|
@roman-vynar I am using https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml but I could not be sure that this configuration contains scraping kubelets as well. Is there a part for kubelet inside it? |
This comment has been minimized.
This comment has been minimized.
|
@cemo We are not using Kubernetes, we run cadvisor standalone on each docker host. |
This comment has been minimized.
This comment has been minimized.
|
@cemo This part should be the one that scrapes the kubelets: https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml#L50-L78 |
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 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. |
mysterytree commentedDec 24, 2015
Hi @juliusv
I want to monitor the container memory used rate.
I write this query
And respones no date.
Maybe both
and
return a list.
So I have to write
I have two vm with same the memory
So it can works.
But if they are different ,what should I do ?