Skip to main content

K8S_CONTAINER_MEMORY_REQUEST_CURRENT

Constant K8S_CONTAINER_MEMORY_REQUEST_CURRENT 

pub const K8S_CONTAINER_MEMORY_REQUEST_CURRENT: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

§Description

Memory resource request currently configured for a running container.

§Notes

This metric aligns with the request in the resources field of K8s ContainerStatus (status.containerStatuses[*].resources). Also see Actual Resources in https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/ for more details

§Metadata

Instrument:updowncounter
Unit:By
Status:Development