aboutsummaryrefslogtreecommitdiff
path: root/docs/node-mixin/config.libsonnet
diff options
context:
space:
mode:
Diffstat (limited to 'docs/node-mixin/config.libsonnet')
-rw-r--r--docs/node-mixin/config.libsonnet7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/node-mixin/config.libsonnet b/docs/node-mixin/config.libsonnet
index b25c393..fdea71d 100644
--- a/docs/node-mixin/config.libsonnet
+++ b/docs/node-mixin/config.libsonnet
@@ -2,7 +2,12 @@
2 _config+:: { 2 _config+:: {
3 // Selectors are inserted between {} in Prometheus queries. 3 // Selectors are inserted between {} in Prometheus queries.
4 4
5 // Select the metrics coming from the node exporter. 5 // Select the metrics coming from the node exporter. Note that all
6 // the selected metrics are shown stacked on top of each other in
7 // the 'USE Method / Cluster' dashboard. Consider disabling that
8 // dashboard if mixing up all those metrics in the same dashboard
9 // doesn't make sense (e.g. because they are coming from different
10 // clusters).
6 nodeExporterSelector: 'job="node"', 11 nodeExporterSelector: 'job="node"',
7 12
8 // Select the fstype for filesystem-related queries. If left 13 // Select the fstype for filesystem-related queries. If left