Make selector naming consistent
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
dec5b5b053
commit
b3b47f2d07
2 changed files with 21 additions and 21 deletions
|
|
@ -4,7 +4,7 @@
|
|||
nodeExporterSelector: 'job="node-exporter"',
|
||||
|
||||
// Mainly extracted because they are repetitive, but also useful to customize.
|
||||
fsSelectors: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
||||
fsSelector: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
||||
|
||||
grafana_prefix: '',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue