@@ -1682,31 +1682,31 @@ Usage of ./cmd/mimir/mimir:
1682
1682
-ingester.push-circuit-breaker.thresholding-period duration
1683
1683
[experimental] Moving window of time that the percentage of failed requests is computed over (default 1m0s)
1684
1684
-ingester.push-reactive-limiter.baseline-window-age uint
1685
- [experimental] The long-term average age of aggregated recent samples that are stored (default 10)
1685
+ [experimental] The average age of baseline samples aggregated recent samples are added to (default 10)
1686
1686
-ingester.push-reactive-limiter.correlation-window uint
1687
1687
[experimental] How many recent limit and inflight time measurements are stored to detect whether increases in limits correlate with increases in inflight times (default 50)
1688
1688
-ingester.push-reactive-limiter.enabled
1689
- [experimental] Enable reactive limiting when making requests to ingesters
1689
+ [experimental] Enable reactive limiting when making requests to a service
1690
1690
-ingester.push-reactive-limiter.initial-limit uint
1691
1691
[experimental] Initial inflight requests limit (default 20)
1692
1692
-ingester.push-reactive-limiter.initial-rejection-factor float
1693
1693
[experimental] The number of allowed queued requests, as a multiple of current inflight requests, after which rejections start (default 2)
1694
1694
-ingester.push-reactive-limiter.max-limit uint
1695
1695
[experimental] Maximum inflight requests limit (default 200)
1696
1696
-ingester.push-reactive-limiter.max-limit-factor float
1697
- [experimental] The maximum limit as a multiple of current inflight requests (default 5)
1697
+ [experimental] The maximum inflight limit as a multiple of current inflight requests (default 5)
1698
1698
-ingester.push-reactive-limiter.max-rejection-factor float
1699
1699
[experimental] The number of allowed queued requests, as a multiple of current inflight requests, after which all requests are rejected (default 3)
1700
1700
-ingester.push-reactive-limiter.min-limit uint
1701
1701
[experimental] Minimum inflight requests limit (default 2)
1702
1702
-ingester.push-reactive-limiter.recent-quantile float
1703
1703
[experimental] The quantile of recent recorded response times to consider when adjusting the concurrency limit (default 0.9)
1704
1704
-ingester.push-reactive-limiter.recent-window-max-duration duration
1705
- [experimental] Maximum duration of the window that is used to determine the recent, short-term load on the system (default 30s)
1705
+ [experimental] Maximum duration of the window that is used to collect recent response time samples (default 30s)
1706
1706
-ingester.push-reactive-limiter.recent-window-min-duration duration
1707
- [experimental] Minimum duration of the window that is used to determine the recent, short-term load on the system (default 1s)
1707
+ [experimental] Minimum duration of the window that is used to collect recent response time samples (default 1s)
1708
1708
-ingester.push-reactive-limiter.recent-window-min-samples uint
1709
- [experimental] Minimum number of samples that must be recorded in the recent window (default 50)
1709
+ [experimental] Minimum number of samples that must be recorded in the recent window before updating the limit (default 50)
1710
1710
-ingester.rate-update-period duration
1711
1711
Period with which to update the per-tenant ingestion rates. (default 15s)
1712
1712
-ingester.read-circuit-breaker.cooldown-period duration
@@ -1728,31 +1728,31 @@ Usage of ./cmd/mimir/mimir:
1728
1728
-ingester.read-path-memory-utilization-limit uint
1729
1729
[experimental] Memory limit, in bytes, for CPU/memory utilization based read request limiting. Use 0 to disable it.
1730
1730
-ingester.read-reactive-limiter.baseline-window-age uint
1731
- [experimental] The long-term average age of aggregated recent samples that are stored (default 10)
1731
+ [experimental] The average age of baseline samples aggregated recent samples are added to (default 10)
1732
1732
-ingester.read-reactive-limiter.correlation-window uint
1733
1733
[experimental] How many recent limit and inflight time measurements are stored to detect whether increases in limits correlate with increases in inflight times (default 50)
1734
1734
-ingester.read-reactive-limiter.enabled
1735
- [experimental] Enable reactive limiting when making requests to ingesters
1735
+ [experimental] Enable reactive limiting when making requests to a service
1736
1736
-ingester.read-reactive-limiter.initial-limit uint
1737
1737
[experimental] Initial inflight requests limit (default 20)
1738
1738
-ingester.read-reactive-limiter.initial-rejection-factor float
1739
1739
[experimental] The number of allowed queued requests, as a multiple of current inflight requests, after which rejections start (default 2)
1740
1740
-ingester.read-reactive-limiter.max-limit uint
1741
1741
[experimental] Maximum inflight requests limit (default 200)
1742
1742
-ingester.read-reactive-limiter.max-limit-factor float
1743
- [experimental] The maximum limit as a multiple of current inflight requests (default 5)
1743
+ [experimental] The maximum inflight limit as a multiple of current inflight requests (default 5)
1744
1744
-ingester.read-reactive-limiter.max-rejection-factor float
1745
1745
[experimental] The number of allowed queued requests, as a multiple of current inflight requests, after which all requests are rejected (default 3)
1746
1746
-ingester.read-reactive-limiter.min-limit uint
1747
1747
[experimental] Minimum inflight requests limit (default 2)
1748
1748
-ingester.read-reactive-limiter.recent-quantile float
1749
1749
[experimental] The quantile of recent recorded response times to consider when adjusting the concurrency limit (default 0.9)
1750
1750
-ingester.read-reactive-limiter.recent-window-max-duration duration
1751
- [experimental] Maximum duration of the window that is used to determine the recent, short-term load on the system (default 30s)
1751
+ [experimental] Maximum duration of the window that is used to collect recent response time samples (default 30s)
1752
1752
-ingester.read-reactive-limiter.recent-window-min-duration duration
1753
- [experimental] Minimum duration of the window that is used to determine the recent, short-term load on the system (default 1s)
1753
+ [experimental] Minimum duration of the window that is used to collect recent response time samples (default 1s)
1754
1754
-ingester.read-reactive-limiter.recent-window-min-samples uint
1755
- [experimental] Minimum number of samples that must be recorded in the recent window (default 50)
1755
+ [experimental] Minimum number of samples that must be recorded in the recent window before updating the limit (default 50)
1756
1756
-ingester.rejection-prioritizer.calibration-interval duration
1757
1757
[experimental] The interval at which the rejection threshold is calibrated (default 1s)
1758
1758
-ingester.ring.consul.acl-token string
0 commit comments