Move node-mixin into docs directory
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
61bcc5b468
commit
2df034c055
12 changed files with 0 additions and 0 deletions
11
docs/node-mixin/config.libsonnet
Normal file
11
docs/node-mixin/config.libsonnet
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
_config+:: {
|
||||
// Selectors are inserted between {} in Prometheus queries.
|
||||
nodeExporterSelector: 'job="node-exporter"',
|
||||
|
||||
// Mainly extracted because they are repetitive, but also useful to customize.
|
||||
fsSelectors: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
||||
|
||||
grafana_prefix: '',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue