-
Notifications
You must be signed in to change notification settings - Fork 16
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
The sensor fails to read performance events inside a kubernetes container #1
Comments
Some extra information:
|
I've tried adding some logs to the sensor and found that the issue comes from the call to let me known if you need any other information for troubleshouting. |
Actually, it turns out that it has nothing to do with kubernetes : monitoring As libpfm4 does not support these events, the image in docker hub is probably built using a patched libpfm4. The patched version, or at least the patchs, should be put in this repository and integrated in the build. |
Hey, The sensor discover RAPL events and counters but i'm not able to open perf event for RAPL_ENERGY_PKG Thanks |
When running the sensor inside a kubernetes container it fails to read some performance events.
When running the following command
I get this error:
I have this issue with TSC, MPERF and APERF, but other events (RAPL, etc) work fine.
The text was updated successfully, but these errors were encountered: