Skip to content

Commit 145cbd8

Browse files
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]>
1 parent 7b9ac0d commit 145cbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Cortex supports two hashing strategies:
117117
1. Hash the metric name and tenant ID (default)
118118
2. Hash the metric name, labels and tenant ID (enabled with `-distributor.shard-by-all-labels=true`)
119119

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.
121121

122122
#### The hash ring
123123

0 commit comments

Comments
 (0)