|
2 | 2 |
|
3 | 3 | ## master / unreleased
|
4 | 4 |
|
| 5 | +* [CHANGE] Experimental Delete Series: Change target flag for purger from `data-purger` to `purger`. #2777 |
| 6 | +* [FEATURE] Introduced `ruler.for-outage-tolerance`, Max time to tolerate outage for restoring "for" state of alert. #2783 |
| 7 | +* [FEATURE] Introduced `ruler.for-grace-period`, Minimum duration between alert and restored "for" state. This is maintained only for alerts with configured "for" time greater than grace period. #2783 |
| 8 | +* [FEATURE] Introduced `ruler.for-resend-delay`, Minimum amount of time to wait before resending an alert to Alertmanager. #2783 |
| 9 | +* [ENHANCEMENT] Experimental: Querier can now optionally query secondary store. This is specified by using `-querier.second-store-engine` option, with values `chunks` or `tsdb`. Standard configuration options for this store are used. Additionally, this querying can be configured to happen only for queries that need data older than `-querier.use-second-store-before-time`. Default value of zero will always query secondary store. #2747 |
| 10 | +* [BUGFIX] Fixed the number of reported keys in the background cache queue. #2764 |
| 11 | +* [BUGFIX] Fix race in processing of headers in sharded queries. #2762 |
| 12 | + |
5 | 13 | ## 1.2.0 / 2020-06-xx
|
6 | 14 |
|
7 | 15 | * [CHANGE] Metric `cortex_kv_request_duration_seconds` now includes `name` label to denote which client is being used as well as the `backend` label to denote the KV backend implementation in use. #2648
|
|
52 | 60 | * [CHANGE] Available command-line flags are printed to stdout, and only when requested via `-help`. Using invalid flag no longer causes printing of all available flags. #2691
|
53 | 61 | * [CHANGE] Experimental Memberlist ring: randomize gossip node names to avoid conflicts when running multiple clients on the same host, or reusing host names (eg. pods in statefulset). Node name randomization can be disabled by using `-memberlist.randomize-node-name=false`. #2715
|
54 | 62 | * [CHANGE] Memberlist KV client is no longer considered experimental. #2725
|
55 |
| -* [CHANGE] Change target flag for purger from `data-purger` to `purger` and make delete request cancellation duration configurable. #2760 |
| 63 | +* [CHANGE] Experimental Delete Series: Make delete request cancellation duration configurable. #2760 |
56 | 64 | * [CHANGE] Removed `-store.fullsize-chunks` option which was undocumented and unused (it broke ingester hand-overs). #2656
|
57 | 65 | * [CHANGE] Query with no metric name that has previously resulted in HTTP status code 500 now returns status code 422 instead. #2571
|
58 | 66 | * [FEATURE] TLS config options added for GRPC clients in Querier (Query-frontend client & Ingester client), Ruler, Store Gateway, as well as HTTP client in Config store client. #2502
|
|
0 commit comments