mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-14 17:44:35 -08:00
b3b47f2d07
Signed-off-by: beorn7 <beorn@grafana.com>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
{
|
|
_config+:: {
|
|
// Selectors are inserted between {} in Prometheus queries.
|
|
nodeExporterSelector: 'job="node-exporter"',
|
|
|
|
// Mainly extracted because they are repetitive, but also useful to customize.
|
|
fsSelector: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
|
|
|
grafana_prefix: '',
|
|
},
|
|
}
|