Skip to content

Commit

Permalink
fix default value of collectors.dfsr.sources-enabled (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Jul 22, 2024
1 parent caee5a0 commit 31bb6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/dfsr/dfsr.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Config struct {
}

var ConfigDefaults = Config{
DfsrEnabledCollectors: "",
DfsrEnabledCollectors: "connection,folder,volume",
}

// collector contains the metric and state data of the DFSR collectors.
Expand Down

0 comments on commit 31bb6d0

Please sign in to comment.