Skip to content
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

fix(autoscaling): AutoScaling on percentile metrics doesn't work #13366

Merged
merged 2 commits into from
Mar 12, 2021

Commits on Mar 3, 2021

  1. fix(autoscaling): AutoScaling on percentile metrics doesn't work

    AutoScaling on percentile metrics did not work because the
    `MetricAggregationType` was trying to be derived from the metric, and it can
    only be MIN, MAX or AVG.
    
    Figure out what the metric aggregation type does, default it to
    AVERAGE if no other suitable value can be determined, and also make
    it and the evaluation periods configurable while we're at it.
    
    Fixes #13144.
    rix0rrr committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    5698677 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    3868461 View commit details
    Browse the repository at this point in the history