I've setup Prometheus and node_exporter. All example graphs I've found utilize node_cpu
but I don't have this metric present. The closest I've come is node_cpu_seconds_total
. Am I missing something or is my version of Prometheus incompatible with these graphs?
Asked
Active
Viewed 7,484 times
9

Chris
- 95
- 1
- 5
1 Answers
17
The 0.16.0 version of the node exporter improved many key metrics to follow naming guidelines that arose since it was created, so node_cpu_seconds_total
is the new name. Many dashboards etc. are still using the old names.

brian-brazil
- 3,952
- 1
- 22
- 16