Skip to content

Commit

Permalink
Merge pull request #2370 from ricardoapl/kube_persistentvolume_volume…
Browse files Browse the repository at this point in the history
…_mode

feat: add kube_persistentvolume_volume_mode metric
  • Loading branch information
k8s-ci-robot authored Apr 22, 2024
2 parents 8b8c93c + b1b8d24 commit 9e6e70d
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 338 deletions.
1 change: 1 addition & 0 deletions docs/metrics/storage/persistentvolume-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
| kube_persistentvolume_created | Gauge | Unix creation timestamp | seconds | `persistentvolume`=&lt;persistentvolume-name&gt; <br> | EXPERIMENTAL |
| kube_persistentvolume_deletion_timestamp | Gauge | Unix deletion timestamp | seconds | `persistentvolume`=&lt;persistentvolume-name&gt; <br> | EXPERIMENTAL |
| kube_persistentvolume_csi_attributes | Gauge | CSI attributes of the Persistent Volume, disabled by default, manage with [--metric-opt-in-list](../../developer/cli-arguments.md)) | | `persistentvolume`=&lt;persistentvolume-name&gt; <br> `csi_mounter`=&lt;csi-mounter&gt; <br> `csi_map_options`=&lt;csi-map-options&gt; | EXPERIMENTAL |
| kube_persistentvolume_volume_mode | Gauge | Volume Mode information for the PersistentVolume. | | `persistentvolume`=&lt;persistentvolume-name&gt; <br>`volumemode`=&lt;volumemode&gt; | EXPERIMENTAL |

## Useful metrics queries

Expand Down
Loading

0 comments on commit 9e6e70d

Please sign in to comment.