Beginnings of a node-exporter monitoring mixin.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
parent
17fee8081f
commit
bafe1707f1
11 changed files with 767 additions and 0 deletions
11
node-mixin/config.libsonnet
Normal file
11
node-mixin/config.libsonnet
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
_config+:: {
|
||||
// Selectors are inserted between {} in Prometheus queries.
|
||||
nodeExporterSelector: 'job="node-exporter"',
|
||||
|
||||
// Mainly extracted because they are repetitive, but also useful to customize.
|
||||
fsSelectors: 'fstype=~"ext.|xfs",mountpoint!="/var/lib/docker/aufs"',
|
||||
|
||||
grafana_prefix: '',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue