Merge pull request #124221 from arturhoo/fix-spelling-scheduler-metrics

scheduler: fix typo in metric pod_scheduling_sli_duration_seconds help
This commit is contained in:
Kubernetes Prow Robot 2024-04-18 10:46:19 -07:00 committed by GitHub
commit b2a8ac15a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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:

View File

@ -362,7 +362,7 @@ Beta metrics observe a looser API contract than its stable counterparts. No labe
<li class="metric_labels_varying"><label class="metric_detail">Labels:</label><span class="metric_label">deprecated_version</span><span class="metric_label">stability_level</span></li></ul>
</div><div class="metric" data-stability="beta">
<div class="metric_name">scheduler_pod_scheduling_sli_duration_seconds</div>
<div class="metric_help">E2e latency for a pod being scheduled, from the time the pod enters the scheduling queue an d might involve multiple scheduling attempts.</div>
<div class="metric_help">E2e latency for a pod being scheduled, from the time the pod enters the scheduling queue and might involve multiple scheduling attempts.</div>
<ul>
<li><label class="metric_detail">Stability Level:</label><span class="metric_stability_level">BETA</span></li>
<li data-type="histogram"><label class="metric_detail">Type:</label> <span class="metric_type">Histogram</span></li>

View File

@ -107,7 +107,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: