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
Fix any should be all in docs/architecture.md (#4315)
I understand that any should be all when talking about queries
when using the metric name, labels and Tenant ID as the hashing
strategy.
Signed-off-by: George Robinson <[email protected]>
Copy file name to clipboardExpand all lines: docs/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Cortex supports two hashing strategies:
117
117
1. Hash the metric name and tenant ID (default)
118
118
2. Hash the metric name, labels and tenant ID (enabled with `-distributor.shard-by-all-labels=true`)
119
119
120
-
The trade-off associated with the latter is that writes are more balanced across ingesters but each query needs to talk to any ingester since a metric could be spread across multiple ingesters given different label sets.
120
+
The trade-off associated with the latter is that writes are more balanced across ingesters but each query needs to talk to all ingesters since a metric could be spread across multiple ingesters given different label sets.
0 commit comments