Constant OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED
pub const OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
The current observed total usage of the resource across all projects.
§Notes
This metric is retrieved from the Status.Total.Used field of the
K8s ResourceQuotaStatus
of the
ClusterResourceQuota.
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. |