-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue #20: Create Windows.yaml #21
Issue #20: Create Windows.yaml #21
Conversation
Created Windows.yaml in community connectors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good first draft! 😉
We're missing network statistics and pagefile, which are very important. Please add these. Thank you!
- Added Network and Pagefile collection - Renamed sources for clarity - Removed job type clarification for simple jobs
- Fixed typo in service state metric
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more changes are needed, please (see my comments).
Also, we need the system.disk.*
metrics based on Physical Disks
performance object.
- Added physical_disk monitor - Refined and enhanced paging
- Fixed inverted soft and hard faults in paging - Simplified code to match new engine changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good first version.
We may want to allow users to "configure" the monitoring of services: exclude some services, or monitor only some.
Created Windows.yaml in community connectors.