mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	scheduler: fix typo in metric pod_scheduling_sli_duration_seconds help
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user