Skip to content

Autoscaling did not scale though targetBufferAvailability < 90 #2928

@vigith

Description

@vigith

Summary

Autoscaling uses floor to compute % targetBufferAvailability causing autoscaling kick in to be on the slower side. This increases the tail latency.

Use Cases

  • improve tail latency

Notes

  scale:
    disabled: false
    lookbackSeconds: 120
    max: 50
    min: 1
    replicasPerScaleDown: 2
    replicasPerScaleUp: 4
    scaleDownCooldownSeconds: 90
    scaleUpCooldownSeconds: 90
    targetBufferAvailability: 90
    targetProcessingSeconds: 20
Image

Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/autoscalingAuto Scaling done by the ControllerenhancementNew feature or requestopexOperational Excellence to make it easy to run in production and debug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions