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 eb304fe81a090b3432a911107386abf727d2372a
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: About Grafana Mimir ingester adaptive limiters

# About Grafana Mimir ingester adaptive limiters

Mimir's adaptive concurrency limiters can be used to guard against ingester overload, by automatically adapting concurreny limits based on indications of overload.
Mimir's adaptive concurrency limiters automatically adapt concurrency limits based on indications of overload. You can use adaptive concurrency limiters to guard against ingester overload.

## How do adaptive limiters work?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the feature called adaptive limiters, adaptive concurrency limiters, or ingester adaptive limiters? We should choose one and standardize throughout the doc.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adaptive concurrency limiters, which I'd call adaptive limiters for short. I wrote this doc originally based on the about ingester circuit breakers doc, which is why I mentioned ingester in a few places. My preference would be to not though.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just refer to them as adaptive limiters throughout. You mention in the description that they adapt concurrency limits to guard against ingester overload, so I think just saying adaptive limiters is sufficiently clear.


Expand Down
Loading