Constant opentelemetry_semantic_conventions::attribute::CPU_MODE
source · pub const CPU_MODE: &str = "cpu.mode";
Expand description
The CPU mode for this data point. A container's CPU metric SHOULD be characterized either by data points with no mode
labels, or only data points with mode
labels.
Following states SHOULD be used: user
, system
, kernel
§Examples
user
system