Constant K8S_RESOURCEQUOTA_CPU_REQUEST_USED
pub const K8S_RESOURCEQUOTA_CPU_REQUEST_USED: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
The CPU requests in a specific namespace. The value represents the current observed total usage of the resource in the namespace.
§Notes
This metric is retrieved from the used field of the
K8s ResourceQuotaStatus
§Metadata
| Instrument: | updowncounter |
| Unit: | {cpu} |
| Status: | Development |