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
Parallize label queries to both stores (grafana#5997)
* Parallize label queries to both stores
This executes label queries against ingesters and store in parallel,
rather than sequentially
* Return err without any checks as suggested
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@
16
16
*[5790](https://github.com/grafana/loki/pull/5790)**chaudum**: Add UDP support for Promtail's syslog target.
17
17
*[5984](https://github.com/grafana/loki/pull/5984)**dannykopping** and **salvacorts**: Improve query performance by preventing unnecessary querying of ingesters when the query data is old enough to be in object storage.
18
18
*[5943](https://github.com/grafana/loki/pull/5943)**tpaschalis**: Add configuration support for excluding configuration files when instantiating Promtail.
19
+
*[5997](https://github.com/grafana/loki/pull/5997)**simonswine**: Querier: parallize label queries to both stores.
20
+
*[5984](https://github.com/grafana/loki/pull/5984)**dannykopping** and **salvacorts**: Querier: prevent unnecessary calls to ingesters.
21
+
*[5943](https://github.com/grafana/loki/pull/5943)**tpaschalis**: Add support for exclusion patterns in Promtail's static_config
19
22
*[5879](https://github.com/grafana/loki/pull/5879)**MichelHollands**: Remove lines matching delete request expression when using "filter-and-delete" deletion mode.
20
23
*[5899](https://github.com/grafana/loki/pull/5899)**simonswine**: Update go image to 1.17.9.
21
24
*[5888](https://github.com/grafana/loki/pull/5888)**Papawy** Fix common configuration block net interface name when overwritten by ring common configuration.
0 commit comments