Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (c *Config) loadCollectorFiles() error {

// Resolve the glob to actual filenames.
cfs, err := filepath.Glob(cfglob)
klog.Infof("Collector files found: %v", cfs)
klog.Infof("External collector files found: %v", len(cfs))
if err != nil {
// The only error can be a bad pattern.
return fmt.Errorf("error resolving collector files for %s: %w", cfglob, err)
Expand Down