2018-05-08 10:10:29 +00:00
|
|
|
{
|
|
|
|
_config+:: {
|
|
|
|
// Selectors are inserted between {} in Prometheus queries.
|
2019-07-16 17:34:27 +00:00
|
|
|
|
|
|
|
// Select the metrics coming from the node exporter.
|
2019-07-16 19:18:17 +00:00
|
|
|
nodeExporterSelector: 'job="node"',
|
2018-05-08 10:10:29 +00:00
|
|
|
|
2019-07-17 21:54:31 +00:00
|
|
|
// Select the fstype for filesystem-related queries. If left
|
|
|
|
// empty, all filesystems are selected. If you have unusual
|
|
|
|
// filesystem you don't want to include in dashboards and
|
|
|
|
// alerting, you can exclude them here, e.g. 'fstype!="tmpfs"'.
|
|
|
|
fsSelector: '',
|
2018-05-08 10:10:29 +00:00
|
|
|
|
2019-07-17 21:54:31 +00:00
|
|
|
// Select the device for disk-related queries. If left empty, all
|
|
|
|
// devices are selected. If you have unusual devices you don't
|
|
|
|
// want to include in dashboards and alerting, you can exclude
|
|
|
|
// them here, e.g. 'device!="tmpfs"'.
|
|
|
|
diskDeviceSelector: '',
|
2019-07-16 17:34:27 +00:00
|
|
|
|
2018-05-08 10:10:29 +00:00
|
|
|
grafana_prefix: '',
|
|
|
|
},
|
|
|
|
}
|