2018-05-08 10:10:29 +00:00
|
|
|
{
|
|
|
|
_config+:: {
|
|
|
|
// Selectors are inserted between {} in Prometheus queries.
|
|
|
|
nodeExporterSelector: 'job="node-exporter"',
|
|
|
|
|
|
|
|
// Mainly extracted because they are repetitive, but also useful to customize.
|
2019-07-10 18:09:01 +00:00
|
|
|
fsSelector: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
2018-05-08 10:10:29 +00:00
|
|
|
|
|
|
|
grafana_prefix: '',
|
|
|
|
},
|
|
|
|
}
|