You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
As we had a pretty ugly regression with #1421 that should have been obvious if we checked the reconcile-loop length in our e2e tests, we should look into this. The controller-runtime adds some common metrics, we should use them.
Add a test to validates a max-duration for a reconcile
Expose KUDO metrics somehow useful
Maybe add logging about slow reconciles?
Can we have a check for the number of API calls made in each reconcile run?
Why is this needed:
Prevent performance regressions in the future.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
As we had a pretty ugly regression with #1421 that should have been obvious if we checked the reconcile-loop length in our e2e tests, we should look into this. The controller-runtime adds some common metrics, we should use them.
Why is this needed:
Prevent performance regressions in the future.
The text was updated successfully, but these errors were encountered: