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

handle encoding error, log them and add more rate control metrics #173

Merged
merged 5 commits into from
Mar 3, 2022

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    e2b6862 View commit details
    Browse the repository at this point in the history
  2. reduce counter for outstanding requests in 'DOWN' handler

    Getting a 'DOWN' monitor event for a pending request mean we have to reduce
    the number of currently outstanding requests. No doing so mean we leak
    requests for things like encoding errors.
    RoadRunnr committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7dc64ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f8fc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb1a8ed View commit details
    Browse the repository at this point in the history
  5. add more prometheus metrics

    metrics for no_tokens_available and no_capacity_left
    RoadRunnr committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f972afd View commit details
    Browse the repository at this point in the history