-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor liklus scaler #6433
base: main
Are you sure you want to change the base?
refactor liklus scaler #6433
Conversation
Signed-off-by: Omer Aplatony <[email protected]>
cfe52d7
to
56f8d4a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work! just a few minor details below
Signed-off-by: Omer Aplatony <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these const still required?
const (
defaultLiiklusLagThreshold int64 = 10
defaultLiiklusActivationLagThreshold int64 = 0
)
const (
liiklusLagThresholdMetricName = "lagThreshold"
liiklusActivationLagThresholdMetricName = "activationLagThreshold"
)
I only use them in _test.go, so I believe they can be removed. |
Signed-off-by: Omer Aplatony <[email protected]>
friendly ping @JorTurFer @wozniakjan :) |
/skip-e2e |
refactor liiklus scaler metadata parsing
Checklist
Relates to #5797