mirror of
https://github.com/prometheus/node_exporter.git
synced 2026-02-05 15:45:10 +01:00
Enable the cluster variable to support an "All" option in Grafana dashboards, allowing users to view metrics across all clusters or in environments where the cluster label may be missing. Changes: - Add includeAll with allValue=".*" to cluster variable definitions - Change all PromQL queries from exact matching (cluster="$cluster") to regex matching (cluster=~"$cluster") Affected dashboards: - Node Exporter / Nodes (Linux, Darwin, AIX) - USE Method / Node - USE Method / Cluster Signed-off-by: Willian Paixao <willian@ufpa.br>