@@ -50,27 +50,27 @@ Following is a sample of metrics (not exhaustive) that will be added by this pro
50
50
```
51
51
storage_operation_duration_seconds { volume_plugin = "aws-ebs", operation_name = "volume_attach" }
52
52
storage_operation_duration_seconds { volume_plugin = "aws-ebs", operation_name = "volume_detach" }
53
- storage_operation_duration_seconds { volume_plugin = "glusterfs", operation_name = "provision " }
53
+ storage_operation_duration_seconds { volume_plugin = "glusterfs", operation_name = "volume_provision " }
54
54
storage_operation_duration_seconds { volume_plugin = "gce-pd", operation_name = "volume_delete" }
55
55
storage_operation_duration_seconds { volume_plugin = "vsphere", operation_name = "volume_mount" }
56
56
storage_operation_duration_seconds { volume_plugin = "iscsi" , operation_name = "volume_unmount" }
57
- storage_operation_duration_seconds { volume_plugin = "aws-ebs", operation_name = "mount_device" }
58
57
storage_operation_duration_seconds { volume_plugin = "aws-ebs", operation_name = "unmount_device" }
59
- storage_operation_duration_seconds { volume_plugin = "cinder" , operation_name = "verify_volume" }
58
+ storage_operation_duration_seconds { volume_plugin = "cinder" , operation_name = "verify_volumes_are_attached" }
59
+ storage_operation_duration_seconds { volume_plugin = "<n/a>" , operation_name = "verify_volumes_are_attached_per_node" }
60
60
```
61
61
62
62
Similarly errors will be named:
63
63
64
64
```
65
65
storage_operation_errors_total { volume_plugin = "aws-ebs", operation_name = "volume_attach" }
66
66
storage_operation_errors_total { volume_plugin = "aws-ebs", operation_name = "volume_detach" }
67
- storage_operation_errors_total { volume_plugin = "glusterfs", operation_name = "provision " }
67
+ storage_operation_errors_total { volume_plugin = "glusterfs", operation_name = "volume_provision " }
68
68
storage_operation_errors_total { volume_plugin = "gce-pd", operation_name = "volume_delete" }
69
69
storage_operation_errors_total { volume_plugin = "vsphere", operation_name = "volume_mount" }
70
70
storage_operation_errors_total { volume_plugin = "iscsi" , operation_name = "volume_unmount" }
71
- storage_operation_errors_total { volume_plugin = "aws-ebs", operation_name = "mount_device" }
72
71
storage_operation_errors_total { volume_plugin = "aws-ebs", operation_name = "unmount_device" }
73
- storage_operation_errors_total { volume_plugin = "cinder" , operation_name = "verify_volume" }
72
+ storage_operation_errors_total { volume_plugin = "cinder" , operation_name = "verify_volumes_are_attached" }
73
+ storage_operation_errors_total { volume_plugin = "<n/a>" , operation_name = "verify_volumes_are_attached_per_node" }
74
74
```
75
75
76
76
### Implementation Detail
0 commit comments