You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/arguments.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Cortex Arguments Explained
2
2
3
+
Duration arguments should be specified with a unit like `5s` or `3h`. Valid time units are "ms", "s", "m", "h".
4
+
3
5
## Querier
4
6
5
7
-`-querier.max-concurrent`
@@ -155,6 +157,14 @@ It also talks to a KVStore and has it's own copies of the same flags used by the
155
157
156
158
## Ingester
157
159
160
+
-`-ingester.join-after`
161
+
162
+
How long to wait in PENDING state during the [hand-over process](ingester-handover.md). (default 0s)
163
+
164
+
-`-ingester.ingester.max-transfer-retries`
165
+
166
+
How many times a LEAVING ingester tries to find a PENDING ingester during the [hand-over process](ingester-handover.md). Each attempt takes a second or so. (default 10)
167
+
158
168
-`-ingester.normalise-tokens`
159
169
160
170
Write out "normalised" tokens to the ring. Normalised tokens consume less memory to encode and decode; as the ring is unmarshalled regularly, this significantly reduces memory usage of anything that watches the ring.
0 commit comments