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: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@
8
8
*[ENHANCEMENT] Query-frontend: add `cortex_query_frontend_enqueue_duration_seconds` metric that records the time taken to enqueue or reject a query request when not using the query-scheduler. #5879
9
9
*[ENHANCEMENT] Expose `/sync/mutex/wait/total:seconds` Go runtime metric as `go_sync_mutex_wait_total_seconds_total` from all components. #5879
10
10
*[ENHANCEMENT] Query-scheduler: improve latency with many concurrent queriers. #5880
11
+
*[ENHANCEMENT] Go: updated to 1.21.1. #5955
12
+
*[ENHANCEMENT] Ingester: added support for sampling errors, which can be enabled by setting `-ingester.error-sample-rate`. This way each error will be logged once in the configured number of times. #5584
13
+
*[BUGFIX] Ingester: fix spurious `not found` errors on label values API during head compaction. #5957
11
14
12
15
### Mixin
13
16
@@ -167,7 +170,6 @@
167
170
*[ENHANCEMENT] Store-gateway: always include `__name__` posting group in selection in order to reduce the number of object storage API calls. #5246
168
171
*[ENHANCEMENT] Ingester: track active series by ref instead of hash/labels to reduce memory usage. #5134#5193
169
172
*[ENHANCEMENT] Alertmanager: update to alertmanager 0.26.0. #5840
170
-
*[ENHANCEMENT] Ingester: added support for sampling errors, which can be enabled by setting `-ingester.error-sample-rate`. This way each error will be logged once in the configured number of times. #5584
171
173
*[BUGFIX] Ingester: Handle when previous ring state is leaving and the number of tokens has changed. #5204
172
174
*[BUGFIX] Querier: fix issue where queries that use the `timestamp()` function fail with `execution: attempted to read series at index 0 from stream, but the stream has already been exhausted` if streaming chunks from ingesters to queriers is enabled. #5370
173
175
*[BUGFIX] memberlist: bring back `memberlist_client_kv_store_count` metric that used to exist in Cortex, but got lost during dskit updates before Mimir 2.0. #5377
0 commit comments