Open
Description
It would be nice if we could see the time used in scheduling for each plugin.
-
Aggregate the time used for each plugin.It can be achieved in the same way as scheduling results. We can aggregate it insimulatorPlugin
and send used time toresultStore
.- EDIT: Not need to aggregate the time on simulator. We can use
plugin_execution_duration_seconds
to see each plugins time. Potentially other metrics can also be utilized.
- [optional] show them on WebUI in table or graph..? should be something nice.
- update doc. (include https://github.com/kubernetes-sigs/kube-scheduler-simulator/blob/master/docs/how-it-works.md)
/assign
/kind feature