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
@@ -470,8 +474,9 @@ if this feature-gate is enabled.
470
474
###### What are the reasonable SLOs (Service Level Objectives) for the above SLIs?
471
475
472
476
After this feature is rolled out, there should not be any increase in 95-99 percentile of
473
-
both `expand_volume` and `volume_fs_resize` durations. Also the error rate should not increase for
474
-
`storage_operation_errors_total` metric.
477
+
both `csi_sidecar_operations_seconds{method_name="/csi.v1.Controller/ControllerExpandVolume"}` and `storage_operation_duration_seconds{operation_name=volume_fs_resize}` durations.
478
+
479
+
Also the error rate should not increase for `csi_sidecar_operations_seconds{method_name="/csi.v1.Controller/ControllerExpandVolume"}` metric.
475
480
476
481
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
0 commit comments