From a60d6a527d86a3efe1d9cdaa1650d38b7e403c9c Mon Sep 17 00:00:00 2001 From: Julian Lawrence Date: Wed, 29 Dec 2021 10:56:10 -0800 Subject: [PATCH] updated comment to reflect actual value --- metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/metrics.go b/metrics/metrics.go index 4b9dfba29..87007a2c6 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -34,7 +34,7 @@ var ( &metrics.CounterOpts{ Subsystem: DeschedulerSubsystem, 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, }, []string{"result", "strategy", "namespace", "node"})