Skip to content

Commit 1a8ec04

Browse files
bborehamalvinlin123
authored andcommitted
Put CHANGELOG entries in prescribed order (cortexproject#4457)
Signed-off-by: Bryan Boreham <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
1 parent 66d3680 commit 1a8ec04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22

33
## master / unreleased
44
<<<<<<< HEAD
5+
<<<<<<< HEAD
56
* [FEATURE] Ruler: Add new `-ruler.query-stats-enabled` which when enabled will report the `cortex_ruler_query_seconds_total` as a per-user metric that tracks the sum of the wall time of executing queries in the ruler in seconds. #4317
67
* [FEATURE] Add shuffle sharding grouper and planner within compactor to allow further work towards parallelizing compaction #4357
78
* [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
89
* [FEATURE] AlertManager: Add support for SNS Receiver. #4382
10+
=======
11+
12+
* [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
13+
- `-memberlist.stream-timeout`
14+
- `-memberlist.retransmit-factor`
15+
- `-memberlist.pull-push-interval`
16+
- `-memberlist.gossip-interval`
17+
- `-memberlist.gossip-nodes`
18+
- `-memberlist.gossip-to-dead-nodes-time`
19+
- `-memberlist.dead-node-reclaim-time`
20+
>>>>>>> Put CHANGELOG entries in prescribed order (#4457)
921
* [CHANGE] Update Go version to 1.16.6. #4362
1022
* [CHANGE] Querier / ruler: Change `-querier.max-fetched-chunks-per-query` configuration to limit to maximum number of chunks that can be fetched in a single query. The number of chunks fetched by ingesters AND long-term storare combined should not exceed the value configured on `-querier.max-fetched-chunks-per-query`. #4260
1123
* [CHANGE] Memberlist: the `memberlist_kv_store_value_bytes` has been removed due to values no longer being stored in-memory as encoded bytes. #4345
@@ -16,6 +28,9 @@
1628
* [CHANGE] Memberlist: forward only changes, not entire original message. #4419
1729
* [CHANGE] Memberlist: don't accept old tombstones as incoming change, and don't forward such messages to other gossip members. #4420
1830
* [CHANGE] The metric `cortex_deprecated_flags_inuse_total` has been renamed to `deprecated_flags_inuse_total` as part of using grafana/dskit functionality. #4443
31+
* [FEATURE] Ruler: Add new `-ruler.query-stats-enabled` which when enabled will report the `cortex_ruler_query_seconds_total` as a per-user metric that tracks the sum of the wall time of executing queries in the ruler in seconds. #4317
32+
* [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
33+
* [FEATURE] AlertManager: Add support for SNS Receiver. #4382
1934
* [ENHANCEMENT] Add timeout for waiting on compactor to become ACTIVE in the ring. #4262
2035
* [ENHANCEMENT] Reduce memory used by streaming queries, particularly in ruler. #4341
2136
* [ENHANCEMENT] Ring: allow experimental configuration of disabling of heartbeat timeouts by setting the relevant configuration value to zero. Applies to the following: #4342

0 commit comments

Comments
 (0)