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

[Windows integration] DFS counter collection seems to stop after virtual disk service restarts #37094

Open
ycombinator opened this issue Nov 13, 2023 · 1 comment
Labels
bug Stalled Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@ycombinator
Copy link
Contributor

For confirmed bugs, please report:

  • Version: 8.9.2
  • Operating System: Windows
  • Discuss Forum URL:
  • Steps to Reproduce:
  1. Enable the windows module with the following configuration containing a DFS counter:
    metricsets:
    - perfmon
    perfmon.group_measurements_by_instance: false
    perfmon.ignore_non_existent_counters: true
    perfmon.queries:
    - counters:
      - field: total_files_received
        format: long
        name: Total Files Received
      - field: staging_space_in_use
        format: long
        name: Staging Space In Use
      instance:
      - '*'
      object: DFS Replicated Folders
    perfmon.refresh_wildcard_counters: true
    period: 10s
  2. Ensure that data for this counter is being collected as expected.
  3. Restart the Virtual Disk Service.
  • Observed behavior: Data for the DFS counter stops being collected.

  • Expected behavior: Data continues to be collected.

  • Additional information:

    • Non-DFS counters, e.g. CPU, are unaffected by this bug. Data for these counters continues to be collected.
    • SolarWinds is able to continue to collect such DFS counter data even after the VDS service restart.
@ycombinator ycombinator added bug Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Nov 13, 2023
@botelastic
Copy link

botelastic bot commented Nov 12, 2024

Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Stalled Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

No branches or pull requests

1 participant