Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DFSR Collector Broken > 0.25.0 #1505

Open
davideverall opened this issue May 30, 2024 · 1 comment · May be fixed by #1506
Open

DFSR Collector Broken > 0.25.0 #1505

davideverall opened this issue May 30, 2024 · 1 comment · May be fixed by #1506

Comments

@davideverall
Copy link

The dfsr collector is working in version 0.24.0.

  • After upgrading to version 0.25.0 the exporter is not pulling any dfsr metrics
  • Version 0.25.1 has the same behaviour
  • OS version: Windows Server 2019 Standard

Log messages show that the collector is enabled:

ts=2024-05-30T09:32:19.515Z caller=dfsr.go:142 level=info collector=dfsr msg="dfsr collector is in an experimental state! Metrics for this collector have not been tested."

ts=2024-05-30T09:32:19.600Z caller=exporter.go:172 level=info msg="Enabled collectors: cs, dfsr, logical_disk, net, service, textfile, process, scheduled_task, cpu, physical_disk, os, system, tcp"

@jkroepke
Copy link
Member

Add

--collectors.dfsr.sources-enabled=connection,folder,volume

should solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants