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

Add doc page on ingester reactive limiters #10591

Merged
merged 21 commits into from
Feb 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7e56297
Add doc page on ingester adaptive limiters
jhalterman Feb 6, 2025
eb304fe
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
f65b867
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
d1bf171
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
77b9b0b
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
5b6cfa7
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
442389a
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
51f8758
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
0dd3cec
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
153dd82
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
01b8251
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
8e17f8c
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
a9ca7ef
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
4be0fa1
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
5ebe041
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
37f7920
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
8e333ee
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
6e7b98e
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
8685c8c
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
jhalterman Feb 7, 2025
7598977
Update docs based on PR comments
jhalterman Feb 7, 2025
6bb3ed8
Rename adaptive to reactive
jhalterman Feb 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/sources/mimir/configure/about-ingester-adaptive-limiters.md
Co-authored-by: Taylor C <41653732+tacole02@users.noreply.github.com>
  • Loading branch information
jhalterman and tacole02 authored Feb 7, 2025
commit 8e333ee63a9504db5ad7b068f6a3d229afb57cd5
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Rejection rates, which are based on recent limiter throughput statistics, are co

## Grafana Mimir ingester adaptive limiter metrics

Grafana Mimir ingester adaptive limiters add several metrics, which aren't part of any API guarantee and can be changed at any time:
Grafana Mimir ingester adaptive limiters add the following metrics. These metrics aren't part of any API guarantee, and you can change them at any time:

- `cortex_ingester_adaptive_limiter_inflight_requests`: Gauge showing the current number of requests that are inflight within the adaptive limiter. It contains the `request_type` label which is either `push` or `read`.
- `cortex_ingester_adaptive_limiter_inflight_limit`: Gauge showing the current inflight request limit. It contains the `request_type` label, which is either `push` or `read`.
Expand Down
Loading