mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #74244 from sttts/sttts-apiservice-metrics-typo
kube-aggregator: fix typo aggregator_unavailable_api{server -> service}_{gauge,}
			
			
This commit is contained in:
		@@ -30,7 +30,7 @@ var (
 | 
				
			|||||||
	)
 | 
						)
 | 
				
			||||||
	unavailableGauge = prometheus.NewGaugeVec(
 | 
						unavailableGauge = prometheus.NewGaugeVec(
 | 
				
			||||||
		prometheus.GaugeOpts{
 | 
							prometheus.GaugeOpts{
 | 
				
			||||||
			Name: "aggregator_unavailable_apiserver_gauge",
 | 
								Name: "aggregator_unavailable_apiservice",
 | 
				
			||||||
			Help: "Gauge of APIServices which are marked as unavailable broken down by APIService name.",
 | 
								Help: "Gauge of APIServices which are marked as unavailable broken down by APIService name.",
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		[]string{"name"},
 | 
							[]string{"name"},
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user