From 62a4b36dfcf09850e27fd23856a18564dc0b0662 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Fri, 1 Oct 2021 14:51:39 +0000 Subject: [PATCH 1/2] Add changelog entries for #4505 Signed-off-by: Bryan Boreham --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed16d325da8..37d07dd1bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * [FEATURE] Query Frontend: Add `cortex_query_fetched_series_total` and `cortex_query_fetched_chunks_bytes_total` per-user counters to expose the number of series and bytes fetched as part of queries. These metrics can be enabled with the `-frontend.query-stats-enabled` flag (or its respective YAML config option `query_stats_enabled`). #4343 * [FEATURE] AlertManager: Add support for SNS Receiver. #4382 * [FEATURE] Distributor: Add label `status` to metric `cortex_distributor_ingester_append_failures_total` #4442 +* [FEATURE] Queries: Added `present_over_time` PromQL function, also some TSDB optimisations. #4505 * [ENHANCEMENT] Add timeout for waiting on compactor to become ACTIVE in the ring. #4262 * [ENHANCEMENT] Reduce memory used by streaming queries, particularly in ruler. #4341 * [ENHANCEMENT] Ring: allow experimental configuration of disabling of heartbeat timeouts by setting the relevant configuration value to zero. Applies to the following: #4342 From 93badfcf5d3542c177e0d3f7546e9c251d35d8cc Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Fri, 1 Oct 2021 14:51:49 +0000 Subject: [PATCH 2/2] Add 1.11.0-rc.0 marker to CHANGELOG Signed-off-by: Bryan Boreham --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d07dd1bf4..d257e794d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## master / unreleased + +## 1.11.0-rc.0 in progress + * [CHANGE] Memberlist: Expose default configuration values to the command line options. Note that setting these explicitly to zero will no longer cause the default to be used. If the default is desired, then do set the option. The following are affected: #4276 - `-memberlist.stream-timeout` - `-memberlist.retransmit-factor`