mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	fixup! add longest_running_processor_microseconds metric
This commit is contained in:
		@@ -87,7 +87,7 @@ func (prometheusMetricsProvider) NewUnfinishedWorkSecondsMetric(name string) wor
 | 
			
		||||
func (prometheusMetricsProvider) NewLongestRunningProcessorMicrosecondsMetric(name string) workqueue.SettableGaugeMetric {
 | 
			
		||||
	unfinished := prometheus.NewGauge(prometheus.GaugeOpts{
 | 
			
		||||
		Subsystem: name,
 | 
			
		||||
		Name:      "longest_running_procesor_microseconds",
 | 
			
		||||
		Name:      "longest_running_processor_microseconds",
 | 
			
		||||
		Help: "How many microseconds has the longest running " +
 | 
			
		||||
			"processor for " + name + " been running.",
 | 
			
		||||
	})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user