Skip to content

Commit dad2e77

Browse files
committed
Add SLI/SLO based on metrics
1 parent 1ad1e7f commit dad2e77

File tree

1 file changed

+9
-2
lines changed
  • keps/sig-storage/3141-prevent-volume-mode-conversion

1 file changed

+9
-2
lines changed

keps/sig-storage/3141-prevent-volume-mode-conversion/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,15 +597,22 @@ These goals will help you determine what you need to measure (SLIs) in the next
597597
question.
598598
-->
599599
600-
N/A.
600+
We will add new labels to the existing persistentvolumeclaim_provision_failed_total metric
601+
for the volume data source and status code.
602+
The per-day percentage of calls with error status code <= 1.
603+
However the failover will always happen as long as the feature is correctly enabled and the
604+
annotations are not applied correctly to VolumeSnapshotContent objects.
601605
602606
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
603607
604608
<!--
605609
Pick one more of these and delete the rest.
606610
-->
607611
608-
N/A.
612+
- [x] Metrics
613+
- Metric name: persistentvolumeclaim_provision_failed_total
614+
- [Optional] Aggregation method:
615+
- Components exposing the metric: external-provisioner
609616
610617
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
611618

0 commit comments

Comments
 (0)