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 upKubernetes Q: Use "node_exporter" vs. scrape the node api? #1886
Comments
This comment has been minimized.
This comment has been minimized.
|
The node role will scrape the kubelet out of the box. If you want machine stats you should also scrape the node exporter. |
brian-brazil
added
the
kind/question
label
Aug 11, 2016
This comment has been minimized.
This comment has been minimized.
|
@brian-brazil - Thanks. So both sounds like the way to go. LOVE your blog BTW. Learned lots and am using some of your alert tips. Cheers! ps - explaining the difference could be a blog post. ;) |
dstroot
closed this
Aug 11, 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.
dstroot commentedAug 11, 2016
The example prometheus kubernetes config will scrape nodes using the config below, but there is also the "node_exporter" which will expose node metrics. I am confused as to what overlap (if any) there is and what is the best approach? Use both or one vs the other? Thanks!
Note - using config from the docs: https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus-kubernetes.yml
snippet: