|
2 | 2 |
|
3 | 3 | ## master / unreleased
|
4 | 4 |
|
| 5 | +## 1.12.0 in pgoress |
| 6 | + |
5 | 7 | * [CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
|
6 |
| -* [CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled). #4562 |
| 8 | +* [CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled) to avoid spam. #4562 |
7 | 9 | * [CHANGE] Compactor block deletion mark migration, needed when upgrading from v1.7, is now disabled by default. #4597
|
8 | 10 | * [CHANGE] The `status_code` label on gRPC client metrics has changed from '200' and '500' to '2xx', '5xx', '4xx', 'cancel' or 'error'. 4601
|
9 | 11 | * [CHANGE] Memberlist: changed probe interval from `1s` to `5s` and probe timeout from `500ms` to `2s`. #4601
|
10 | 12 | * [FEATURE] Add shuffle sharding grouper and planner within compactor to allow further work towards parallelizing compaction #4624
|
11 | 13 | * [ENHANCEMENT] Update Go version to 1.17.5. #4602 #4604
|
12 |
| -* [ENHANCEMENT] Keep track of discarded samples due to relabel configuration in `cortex_discarded_samples_total`. #4503 |
| 14 | +* [ENHANCEMENT] Keep track of discarded samples due to bad relabel configuration in `cortex_discarded_samples_total`. #4503 |
13 | 15 | * [ENHANCEMENT] Ruler: Add `-ruler.disable-rule-group-label` to disable the `rule_group` label on exported metrics. #4571
|
14 | 16 | * [ENHANCEMENT] Query federation: improve performance in MergeQueryable by memoizing labels. #4502
|
15 | 17 | * [ENHANCEMENT] Added new ring related config `-ingester.readiness-check-ring-health` when enabled the readiness probe will succeed only after all instances are ACTIVE and healthy in the ring, this is enabled by default. #4539
|
|
21 | 23 | * [ENHANCEMENT] Optimise memberlist receive path when used as a backing store for rings with a large number of members. #4601
|
22 | 24 | * [ENHANCEMENT] Add length and limit to labelNameTooLongError and labelValueTooLongError #4595
|
23 | 25 | * [BUGFIX] AlertManager: remove stale template files. #4495
|
24 |
| -* [BUGFIX] Distributor: fix bug in query-exemplar where some results would get dropped. #4582 |
| 26 | +* [BUGFIX] Distributor: fix bug in query-exemplar where some results would get dropped. #4583 |
25 | 27 | * [BUGFIX] Update Thanos dependency: compactor tracing support, azure blocks storage memory fix. #4585
|
26 | 28 | * [BUGFIX] Set appropriate `Content-Type` header for /services endpoint, which previously hard-coded `text/plain`. #4596
|
27 | 29 | * [BUGFIX] Querier: Disable query scheduler SRV DNS lookup, which removes noisy log messages about "failed DNS SRV record lookup". #4601
|
|
0 commit comments