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

ingester: implement request size instance limit #6492

Merged
merged 12 commits into from
Nov 1, 2023
Merged

Commits on Nov 1, 2023

  1. grpc push check: use size from metadata for ingester push requests.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2e97dc3 View commit details
    Browse the repository at this point in the history
  2. Implement inflight bytes check.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    21383fc View commit details
    Browse the repository at this point in the history
  3. Add test for inflight bytes check.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ef7c15d View commit details
    Browse the repository at this point in the history
  4. changelog entry

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    97663fb View commit details
    Browse the repository at this point in the history
  5. docs, help

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    47e1946 View commit details
    Browse the repository at this point in the history
  6. CHANGELOG.md

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    68bf5ab View commit details
    Browse the repository at this point in the history
  7. Make ctx param first.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d02ee1f View commit details
    Browse the repository at this point in the history
  8. Add documentation for err-mimir-ingester-max-inflight-push-requests-b…

    …ytes error.
    
    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fedb0b3 View commit details
    Browse the repository at this point in the history
  9. Make linter happy.

    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d699abe View commit details
    Browse the repository at this point in the history
  10. Make sure to check for inflight bytes even if new request size is not…

    … known.
    
    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6b294ad View commit details
    Browse the repository at this point in the history
  11. Check that reporting of cortex_ingester_inflight_push_requests_bytes …

    …works.
    
    Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
    pstibrany committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d4464db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5be96f View commit details
    Browse the repository at this point in the history