# PersistentVolume Metrics
| Metric name | Metric type | Description | Unit (where applicable) | Labels/tags | Status |
| ----------- | ----------- | ----------- | ----------- | ----------- | ------------ |
| kube_persistentvolume_annotations | Gauge | | | `persistentvolume`=<persistentvolume-name> 
 `annotation_PERSISTENTVOLUME_ANNOTATION`=<PERSISTENTVOLUME_ANNOTATION> | EXPERIMENTAL |
| kube_persistentvolume_capacity_bytes | Gauge | | | `persistentvolume`=<pv-name> | STABLE |
| kube_persistentvolume_status_phase | Gauge | | | `persistentvolume`=<pv-name> 
`phase`=<Bound\|Failed\|Pending\|Available\|Released> | STABLE |
| kube_persistentvolume_claim_ref | Gauge | | | `persistentvolume`=<pv-name> 
`claim_namespace`=<> 
`name`=<> | STABLE |
| kube_persistentvolume_labels | Gauge | | | `persistentvolume`=<persistentvolume-name> 
 `label_PERSISTENTVOLUME_LABEL`=<PERSISTENTVOLUME_LABEL> | STABLE |
| kube_persistentvolume_info | Gauge | | | `persistentvolume`=<pv-name> 
 `storageclass`=<storageclass-name> 
 `gce_persistent_disk_name`=<pd-name> 
 `host_path`=<path-of-a-host-volume> 
 `host_path_type`=<host-mount-type> 
 `ebs_volume_id`=<ebs-volume-id> 
 `azure_disk_name`=<azure-disk-name> 
 `fc_wwids`=<fc-wwids-comma-separated> 
 `fc_lun`=<fc-lun> 
 `fc_target_wwns`=<fc-target-wwns-comma-separated> 
 `iscsi_target_portal`=<iscsi-target-portal> 
 `iscsi_iqn`=<iscsi-iqn> 
 `iscsi_lun`=<iscsi-lun> 
 `iscsi_initiator_name`=<iscsi-initiator-name> 
 `local_path`=<path-of-a-local-volume> 
 `local_fs`=<local-volume-fs-type> 
 `nfs_server`=<nfs-server> 
 `nfs_path`=<nfs-path> 
 `csi_driver`=<csi-driver> 
 `csi_volume_handle`=<csi-volume-handle> | STABLE |
| kube_persistentvolume_created | Gauge | Unix Creation Timestamp | seconds | `persistentvolume`=<persistentvolume-name> 
 | EXPERIMENTAL |