Constant K8S_CONTAINER_CPU_REQUEST_DESIRED
pub const K8S_CONTAINER_CPU_REQUEST_DESIRED: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
CPU resource requested as defined by the container spec.
§Notes
This metric aligns with the request in the
resources field of
K8s Container
(spec.containers[*].resources). Also see Desired Resources in
https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/ for more details
§Metadata
| Instrument: | updowncounter |
| Unit: | {cpu} |
| Status: | Development |