fix(scheduler/metrics) correct the documentation on plugin_evaluation_total

This commit is contained in:
Kensei Nakada
2024-01-28 02:59:17 +00:00
parent ebb79e5cf9
commit a62579a5eb

View File

@@ -209,7 +209,7 @@ var (
&metrics.CounterOpts{ &metrics.CounterOpts{
Subsystem: SchedulerSubsystem, Subsystem: SchedulerSubsystem,
Name: "plugin_evaluation_total", 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, StabilityLevel: metrics.ALPHA,
}, []string{"plugin", "extension_point", "profile"}) }, []string{"plugin", "extension_point", "profile"})