mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #123007 from sanposhiho/correct-doc
fix(scheduler/metrics) correct the documentation on `plugin_evaluation_total`
This commit is contained in:
commit
eb0fcf9e21
@ -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"})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user