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
+5-1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
*[CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
13
13
*[CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled). #4562
14
14
*[CHANGE] Compactor block deletion mark migration, needed when upgrading from v1.7, is now disabled by default. #4597
15
+
*[CHANGE] The `status_code` label on gRPC client metrics has changed from '200' and '500' to '2xx', '5xx', '4xx', 'cancel' or 'error'. 4601
16
+
*[CHANGE] Memberlist: changed probe interval from `1s` to `5s` and probe timeout from `500ms` to `2s`. #4601
15
17
*[ENHANCEMENT] Update Go version to 1.17.5. #4602#4604
16
18
*[ENHANCEMENT] Keep track of discarded samples due to relabel configuration in `cortex_discarded_samples_total`. #4503
17
19
*[ENHANCEMENT] Ruler: Add `-ruler.disable-rule-group-label` to disable the `rule_group` label on exported metrics. #4571
@@ -22,9 +24,12 @@
22
24
*[ENHANCEMENT] Updated Prometheus to latest. Includes changes from prometheus#9239, adding 15 new functions. Multiple TSDB bugfixes prometheus#9438 & prometheus#9381. #4524
23
25
*[ENHANCEMENT] Query Frontend: Add setting `-frontend.forward-headers-list` in frontend to configure the set of headers from the requests to be forwarded to downstream requests. #4486
24
26
*[ENHANCEMENT] Blocks storage: Add `-blocks-storage.azure.http.*`, `-alertmanager-storage.azure.http.*`, and `-ruler-storage.azure.http.*` to configure the Azure storage client. #4581
27
+
*[ENHANCEMENT] Optimise memberlist receive path when used as a backing store for rings with a large number of members. #4601
25
28
*[BUGFIX] AlertManager: remove stale template files. #4495
26
29
*[BUGFIX] Distributor: fix bug in query-exemplar where some results would get dropped. #4582
0 commit comments