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
I noticed that there a number of metrics that are missing from the current runtime instrumentation, and I'd like to request for the following runtime metrics to be added:
I noticed that there a number of metrics that are missing from the current runtime instrumentation, and I'd like to request for the following runtime metrics to be added:
CPU Percent - psutil.Process().cpu_percent
Context Switches Involuntary - psutil.Process().num_ctx_switches().involuntary
Context Switches Voluntary - psutil.Process().num_ctx_switches().voluntary
Num Threads - psutil.Process().num_threads()
The text was updated successfully, but these errors were encountered: