Merge pull request #123007 from sanposhiho/correct-doc

fix(scheduler/metrics) correct the documentation on `plugin_evaluation_total`
This commit is contained in:
Kubernetes Prow Robot
2024-01-28 20:36:01 -08:00
committed by GitHub

View File

@@ -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"})