Refactor and optimize the fallback logic #5359
Labels
help wanted
Looking for support from community
stale-bot-ignore
All issues that should not be automatically closed by our stale bot
Proposal
Before we support parallel request for metrics, we calculated the fallback one by one after each metrics.
After supporting the parallel requesting, we are using the same fallback approach just iterating over all the metrics sequentially to calculate the fallback. As now we have all the info to calculate the fallback with all the metrics at once, we should optimice this process, reducing also the underlying request to k8s api
The text was updated successfully, but these errors were encountered: