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
- Components exposing the metric: external-resizer
486
+
- CSI operation metrics in kubelet:
487
+
- Metric Name: csi_operations_seconds
488
+
- [Optional] Aggregation method: percentile
489
+
- Components exposing the metric: kubelet
475
490
476
491
- [ ] Other (treat as last resort)
477
492
- Details:
478
493
479
494
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
480
-
We are going to add equivalent of intree storage_operation metrics for volume expansion when
481
-
expansion is performed externally via external-resizer.
495
+
All the intree operations from control plane emit `storage_operation_duration_seconds{operation_name=expand_volume, status=success|fail-unknown}` metrics but CSI equivalent from external-resizer is `csi_sidecar_operations_seconds` which will be
496
+
documented as alternative if CSI migration is enabled or driver being used is CSI driver.
497
+
We don't need to emit new metrics but we do need to document the naming change in metric names.
0 commit comments