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(config/grafana): use range for HPA metrics #4513

Merged
merged 1 commit into from
May 2, 2023

Commits on May 2, 2023

  1. fix(config/grafana): use range for HPA metrics

    Use range instead of instant for HPA current/max replicas (time based).
    
    Right now, we are using the instant selector, which given that the panel
    should be time-based (as per the title), it should use a range selector,
    thus getting all metrics in a given timeframe.
    
    Also, moved from bars to lines because bars are hard to visualize using
    ranges containing several days worth of data.
    
    Signed-off-by: Ricardo Ribeiro <j.ribeiro.fafe@gmail.com>
    jrRibeiro committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0c2eb32 View commit details
    Browse the repository at this point in the history