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

Support scraping metrics from function pods for custom scaling types #1221

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. Scrape metrics from functions directly

    Support scraping metrics from function pods directly. This allows users
    to provide metrics for custom scaling types.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
    welteki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8700384 View commit details
    Browse the repository at this point in the history
  2. Ceil load values for scaling in recording rule

    The load used to be sealed by the autoscaler when it queried the load
    metric. To support custom load recording rules that do not need to be
    ceiled ceiling is now done on the individual recording rules that need
    it.
    
    Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
    welteki committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2dfa9e7 View commit details
    Browse the repository at this point in the history