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
Evenly spread queriers across available nodes (grafana#6415)
* Evenly spread queriers across available nodes
* Fix lint issue
* Add entry to the CHANGELOG and the Upgrade Guide
* Make topology spread configurable
* Apply CR feedback
Copy file name to clipboardExpand all lines: docs/sources/upgrading/_index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ The output is incredibly verbose as it shows the entire internal config struct u
33
33
34
34
### Loki
35
35
36
+
#### Evenly spread queriers across kubernetes nodes
37
+
38
+
We now evenly spread queriers across the available kubernetes nodes, but allowing more than one querier to be scheduled into the same node.
39
+
If you want to run at most a single querier per node, set `$._config.querier.use_topology_spread` to false.
40
+
36
41
#### Implementation of unwrapped `rate` aggregation changed
37
42
38
43
The implementation of the `rate()` aggregation function changed back to the previous implemention prior to [#5013](https://github.com/grafana/loki/pulls/5013).
0 commit comments