mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-25 06:16:26 +01:00
a92d1d7889
Signed-off-by: beorn7 <beorn@grafana.com>
18 lines
478 B
Plaintext
18 lines
478 B
Plaintext
{
|
|
_config+:: {
|
|
// Selectors are inserted between {} in Prometheus queries.
|
|
|
|
// Select the metrics coming from the node exporter.
|
|
nodeExporterSelector: 'job="node"',
|
|
|
|
// Select the fstype for filesystem-related queries.
|
|
// 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).+"',
|
|
|
|
grafana_prefix: '',
|
|
},
|
|
}
|