Address review comments, batch 2
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
3ab1f41d12
commit
a92d1d7889
5 changed files with 68 additions and 45 deletions
|
|
@ -3,10 +3,11 @@
|
|||
// Selectors are inserted between {} in Prometheus queries.
|
||||
|
||||
// Select the metrics coming from the node exporter.
|
||||
nodeExporterSelector: 'job="node-exporter"',
|
||||
nodeExporterSelector: 'job="node"',
|
||||
|
||||
// Select the fstype for filesystem-related queries.
|
||||
fsSelector: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
||||
// TODO: What is a good default selector here?
|
||||
fsSelector: 'fstype=~"ext.|xfs|jfs|btrfs|vfat|ntfs"',
|
||||
|
||||
// Select the device for disk-related queries.
|
||||
diskDeviceSelector: 'device=~"(sd|xvd).+"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue