Constant rama::telemetry::opentelemetry::semantic_conventions::metric::CONTAINER_CPU_USAGE
pub const CONTAINER_CPU_USAGE: &'static str;
Expand description
§Description
Container’s CPU usage, measured in cpus. Range from 0 to the number of allocatable CPUs
§Notes
CPU usage of the specific container on all available CPU cores, averaged over the sample window
§Metadata
Instrument: | gauge |
Unit: | {cpu} |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::CPU_MODE | Conditionally_required : Required if mode is available, i.e. metrics coming from the Docker Stats API. |