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
remove unnecessary debug level logging for autoscaler event (#1453)
What changed?
Emit metrics logging happens every "cooldown time" (10s by default) and thus created a ton of debug logging. These logging are not needed.
Why?
Some user complains about too much debug level logging
How did you test it?
unit test
0 commit comments