diff --git a/pkg/scheduler/metrics/metrics.go b/pkg/scheduler/metrics/metrics.go index a96c1d33511..14d46c82cbf 100644 --- a/pkg/scheduler/metrics/metrics.go +++ b/pkg/scheduler/metrics/metrics.go @@ -132,7 +132,7 @@ var ( &metrics.HistogramOpts{ Subsystem: SchedulerSubsystem, Name: "pod_scheduling_sli_duration_seconds", - Help: "E2e latency for a pod being scheduled, from the time the pod enters the scheduling queue an d might involve multiple scheduling attempts.", + Help: "E2e latency for a pod being scheduled, from the time the pod enters the scheduling queue and might involve multiple scheduling attempts.", // Start with 10ms with the last bucket being [~88m, Inf). Buckets: metrics.ExponentialBuckets(0.01, 2, 20), StabilityLevel: metrics.BETA, diff --git a/test/instrumentation/documentation/documentation-list.yaml b/test/instrumentation/documentation/documentation-list.yaml index 8ceae9cf220..da8900b0b4d 100644 --- a/test/instrumentation/documentation/documentation-list.yaml +++ b/test/instrumentation/documentation/documentation-list.yaml @@ -2148,7 +2148,7 @@ - name: pod_scheduling_sli_duration_seconds subsystem: scheduler help: E2e latency for a pod being scheduled, from the time the pod enters the scheduling - queue an d might involve multiple scheduling attempts. + queue and might involve multiple scheduling attempts. type: Histogram stabilityLevel: BETA labels: diff --git a/test/instrumentation/documentation/documentation.md b/test/instrumentation/documentation/documentation.md index b59776a4099..71bb45ddfb6 100644 --- a/test/instrumentation/documentation/documentation.md +++ b/test/instrumentation/documentation/documentation.md @@ -362,7 +362,7 @@ Beta metrics observe a looser API contract than its stable counterparts. No labe