|
5 | 5 | * [CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
|
6 | 6 | * [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 | 7 | * [CHANGE] Compactor block deletion mark migration, needed when upgrading from v1.7, is now disabled by default. #4597
|
8 |
| -* [CHANGE] The `status_code` label on gRPC client metrics has changed from '200' and '500' to '2xx', '5xx', '4xx', 'cancel' or 'error'. 4601 |
| 8 | +* [CHANGE] The `status_code` label on gRPC client metrics has changed from '200' and '500' to '2xx', '5xx', '4xx', 'cancel' or 'error'. #4601 |
9 | 9 | * [CHANGE] Memberlist: changed probe interval from `1s` to `5s` and probe timeout from `500ms` to `2s`. #4601
|
10 | 10 | * [CHANGE] Fix incorrectly named `cortex_cache_fetched_keys` and `cortex_cache_hits` metrics. Renamed to `cortex_cache_fetched_keys_total` and `cortex_cache_hits_total` respectively. #4686
|
11 | 11 | * [CHANGE] Enable Thanos series limiter in store-gateway. #4702
|
12 | 12 | * [CHANGE] Distributor: Apply `max_fetched_series_per_query` limit for `/series` API. #4683
|
13 |
| -* [FEATURE] Ruler: Add `external_labels` option to tag all alerts with a given set of labels. |
14 |
| -* [FEATURE] Compactor: Add `-compactor.skip-blocks-with-out-of-order-chunks-enabled` configuration to mark blocks containing index with out-of-order chunks for no compact instead of halting the compaction |
15 |
| -* [FEATURE] Querier/Query-Frontend: Add `-querier.per-step-stats-enabled` and `-frontend.cache-queryable-samples-stats` configurations to enable query sample statistics |
| 13 | +* [FEATURE] Ruler: Add `external_labels` option to tag all alerts with a given set of labels. #4499 |
| 14 | +* [FEATURE] Compactor: Add `-compactor.skip-blocks-with-out-of-order-chunks-enabled` configuration to mark blocks containing index with out-of-order chunks for no compact instead of halting the compaction. #4707 |
| 15 | +* [FEATURE] Querier/Query-Frontend: Add `-querier.per-step-stats-enabled` and `-frontend.cache-queryable-samples-stats` configurations to enable query sample statistics. #4708 |
16 | 16 | * [FEATURE] Add shuffle sharding for the compactor #4433
|
17 | 17 | * [ENHANCEMENT] Update Go version to 1.17.8. #4602 #4604 #4658
|
18 | 18 | * [ENHANCEMENT] Keep track of discarded samples due to bad relabel configuration in `cortex_discarded_samples_total`. #4503
|
|
0 commit comments