Skip to content

Add new metrics for runtime instrumentation #1924

@liustanley

Description

@liustanley

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions