mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
fix(scheduler/metrics) correct the documentation on plugin_evaluation_total
This commit is contained in:
@@ -209,7 +209,7 @@ var (
|
||||
&metrics.CounterOpts{
|
||||
Subsystem: SchedulerSubsystem,
|
||||
Name: "plugin_evaluation_total",
|
||||
Help: "Number of attempts to schedule pods by each plugin and the extension point (available only in PreFilter and Filter.).",
|
||||
Help: "Number of attempts to schedule pods by each plugin and the extension point (available only in PreFilter, Filter, PreScore, and Score).",
|
||||
StabilityLevel: metrics.ALPHA,
|
||||
}, []string{"plugin", "extension_point", "profile"})
|
||||
|
||||
|
Reference in New Issue
Block a user