You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to enable psutil CPU metrics via configuration instead of requiring manual registration in the code.
Context
Currently, CPU metrics that rely on psutil are not available by default. Results can only be obtained for Linux. Reference. These metrics are useful as they provide insights into per-thread CPU load.
Description
Add the ability to enable psutil CPU metrics via configuration instead of requiring manual registration in the code.
Context
Currently, CPU metrics that rely on psutil are not available by default. Results can only be obtained for Linux. Reference. These metrics are useful as they provide insights into per-thread CPU load.
However, activating these metrics requires explicit registration of a callback in the code, which is inconvenient.
Expected Behavior
Motivation
The text was updated successfully, but these errors were encountered: