1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #687 from jklaw90/error-comment

Comment update for metrics
This commit is contained in:
Kubernetes Prow Robot
2022-01-04 06:52:52 -08:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ var (
&metrics.CounterOpts{ &metrics.CounterOpts{
Subsystem: DeschedulerSubsystem, Subsystem: DeschedulerSubsystem,
Name: "pods_evicted", Name: "pods_evicted",
Help: "Number of evicted pods, by the result, by the strategy, by the namespace, by the node name. 'failed' result means a pod could not be evicted", Help: "Number of evicted pods, by the result, by the strategy, by the namespace, by the node name. 'error' result means a pod could not be evicted",
StabilityLevel: metrics.ALPHA, StabilityLevel: metrics.ALPHA,
}, []string{"result", "strategy", "namespace", "node"}) }, []string{"result", "strategy", "namespace", "node"})