mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-17 20:47:31 +00:00
fix default value of collectors.dfsr.sources-enabled (#1506)
This commit is contained in:
parent
caee5a05fe
commit
31bb6d03ee
@ -22,7 +22,7 @@ type Config struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var ConfigDefaults = Config{
|
var ConfigDefaults = Config{
|
||||||
DfsrEnabledCollectors: "",
|
DfsrEnabledCollectors: "connection,folder,volume",
|
||||||
}
|
}
|
||||||
|
|
||||||
// collector contains the metric and state data of the DFSR collectors.
|
// collector contains the metric and state data of the DFSR collectors.
|
||||||
|
Loading…
Reference in New Issue
Block a user