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()