Constant K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_REQUEST_USED

pub const K8S_RESOURCEQUOTA_EPHEMERAL_STORAGE_REQUEST_USED: &'static str;
Expand description

§Description

The sum of local ephemeral storage requests in the 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:By
Status:Development