mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 06:59:44 -08:00
3ab1f41d12
Signed-off-by: beorn7 <beorn@grafana.com>
17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
{
|
|
_config+:: {
|
|
// Selectors are inserted between {} in Prometheus queries.
|
|
|
|
// Select the metrics coming from the node exporter.
|
|
nodeExporterSelector: 'job="node-exporter"',
|
|
|
|
// Select the fstype for filesystem-related queries.
|
|
fsSelector: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
|
|
|
// Select the device for disk-related queries.
|
|
diskDeviceSelector: 'device=~"(sd|xvd).+"',
|
|
|
|
grafana_prefix: '',
|
|
},
|
|
}
|