You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PVC metrics for VolumeAttributesClass (VAC) support
Expose the desired vs. currently-applied VolumeAttributesClass on a
PersistentVolumeClaim, and the state of any in-progress ModifyVolume
operation, via three new EXPERIMENTAL metrics:
kube_persistentvolumeclaim_volume_attributes_class,
kube_persistentvolumeclaim_status_current_volume_attributes_class, and
kube_persistentvolumeclaim_status_modify_volume_status.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
| kube_persistentvolumeclaim_volume_attributes_class | Gauge | The name of the VolumeAttributesClass requested by the persistent volume claim. ||`namespace`=<persistentvolumeclaim-namespace> <br> `persistentvolumeclaim`=<persistentvolumeclaim-name> <br> `volume_attributes_class`=<volume-attributes-class-name>| EXPERIMENTAL |
15
+
| kube_persistentvolumeclaim_status_current_volume_attributes_class | Gauge | The current VolumeAttributesClass applied to the persistent volume claim, as reported by the CSI driver. ||`namespace`=<persistentvolumeclaim-namespace> <br> `persistentvolumeclaim`=<persistentvolumeclaim-name> <br> `volume_attributes_class`=<volume-attributes-class-name>| EXPERIMENTAL |
16
+
| kube_persistentvolumeclaim_status_modify_volume_status | Gauge | Information about the status of an in-progress ModifyVolume operation on the persistent volume claim. ||`namespace`=<persistentvolumeclaim-namespace> <br> `persistentvolumeclaim`=<persistentvolumeclaim-name> <br> `status`=<Pending\InProgress\Infeasible> <br> `target_volume_attributes_class`=<volume-attributes-class-name>| EXPERIMENTAL |
0 commit comments