node_exporter/docs/node-mixin/dashboards
beorn7 c6914477f5 Fix the normalization for the cluster-wide dashboards
We actually have to count or sum, respectively, _all_ the selected
metrics for the cluster-wide view. Which means it's easiest to use the
`scalar` approach after all (but only in the cluster dashboard). This
still propagates all the labels.

I have extended the comment for the `nodeExporterSelector` to note
that the cluster dashboard only makes sense if all the selected node
exporter actually belong to the same cluster.

Since this is jsonnet, users can easily disable the cluster
dashboard. Or even create multiple instances of the dashboards with
different `nodeExporterSelector`s for different clusters.

Signed-off-by: beorn7 <beorn@grafana.com>
2019-10-30 22:52:36 +01:00
..
dashboards.libsonnet Move node-mixin into docs directory 2019-07-05 19:38:03 +02:00
node.libsonnet Add line for number of cores to load graph 2019-08-15 16:43:57 +02:00
use.libsonnet Fix the normalization for the cluster-wide dashboards 2019-10-30 22:52:36 +01:00