-
Notifications
You must be signed in to change notification settings - Fork 44
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] add PDH helpers #251
Conversation
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.
It looks like the metricbeat/helper/windows/pdh
has definitions for windows_arm.go
and windows_arm64.go
. Is there a reason to skip or include these?
i've included them now. We should include these we'll eventually remove the ones in |
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.
LGTM once you make the linter happy :-)
1457347
to
b40e55d
Compare
b40e55d
to
b2747fd
Compare
💚 Build Succeeded
History
|
PDH (Performance Data Helper) is a high-level API for collecting performance counters.
They're already used in metricbeat. See here.
We also need the PDH helpers in
elastic-system-metrics
for collecting CPU metrics for this issue.This PR introduces them to
elastic-agent-libs
and we will eventually remove them frombeats
.Related elastic/beats#40926