Merge pull request #381 from krasi-georgiev/remove-collectors

remove some unused collectors
This commit is contained in:
Frederic Branczyk
2020-01-23 14:50:47 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -89,7 +89,8 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
'--path.procfs=/host/proc',
'--path.sysfs=/host/sys',
'--path.rootfs=/host/root',
'--no-collector.wifi',
'--no-collector.hwmon',
// The following settings have been taken from
// https://github.com/prometheus/node_exporter/blob/0662673/collector/filesystem_linux.go#L30-L31
// Once node exporter is being released with those settings, this can be removed.