Grafana-Prometheus-Node_Exporter_Host_Metrics_Dashboard
This is a simple Grafana Dashboard to display Host Metrics such CPU, Memory, DISK IO, Load Average, collected using the Node Exporter
A copy of 10283, with a fixed bug: if node-exporter pod was redeployed, original dashboard returned an error in system uptime field about multiple series returned, also if node was rebooted recently, it could return the same error.
- time() - node_boot_time_seconds{instance=~"$node"}
+ time() - (max by (instance) (node_boot_time_seconds{instance=~"$node"}))
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Metrics Endpoint (Prometheus)
Easily monitor any Prometheus-compatible and publicly accessible metrics URL with Grafana Cloud's out-of-the-box monitoring solution.
Learn more