kubernetes-sigs / scheduler-plugins

Repository for out-of-tree scheduler plugins based on scheduler framework.
Apache License 2.0
1.13k stars 525 forks source link

Observability of scheduler-plugins-scheduler #830

Open shkrid opened 2 weeks ago

shkrid commented 2 weeks ago

Does scheduler-plugins-scheduler expose any metrics? If yes, how I can get them? Maybe there are also some dashboards that I can use?

thx.

googs1025 commented 2 weeks ago

IIUC, the scheduling plug-in is finally deployed in conjunction with the original scheduler. If it is an indicator, it should be recorded in the original scheduler. 🤔

https://github.com/kubernetes/kubernetes/blob/da215bf06a3b8ac3da4e0adb110dc5acc7f61fe1/pkg/scheduler/metrics/metrics.go#L149