Constant K8S_RESOURCEQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED
pub const K8S_RESOURCEQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED: &'static str;
Expand description
§Description
The total number of PersistentVolumeClaims that can exist 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.
The k8s.storageclass.name
should be required when a resource quota is defined for a specific
storage class
§Metadata
Instrument: | updowncounter |
Unit: | {persistentvolumeclaim} |
Status: | Development |
§Attributes
Name | Requirement |
---|---|
crate::attribute::K8S_STORAGECLASS_NAME | Conditionally_required : The k8s.storageclass.name should be required when a resource quota is defined for a specific storage class. |