Skip to content

Commit 61cabbb

Browse files
committed
Review comments.
Signed-off-by: Steve Simpson <[email protected]>
1 parent 63742b4 commit 61cabbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
* [CHANGE] Change default value of `-server.grpc.keepalive.min-time-between-pings` from `5m` to `10s` and `-server.grpc.keepalive.ping-without-stream-allowed` to `true`. #4168
1919
* [CHANGE] Ingester: Change default value of `-ingester.active-series-metrics-enabled` to `true`. This incurs a small increase in memory usage, between 1.2% and 1.6% as measured on ingesters with 1.3M active series. #4257
2020
* [CHANGE] Dependency: update go-redis from v8.2.3 to v8.9.0. #4236
21-
* [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 folowing are affected: #4276
21+
* [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
2222
- `-memberlist.stream-timeout`
2323
- `-memberlist.retransmit-factor`
2424
- `-memberlist.pull-push-interval`
2525
- `-memberlist.gossip-interval`
2626
- `-memberlist.gossip-nodes`
2727
- `-memberlist.gossip-to-dead-nodes-time`
28+
- `-memberlist.dead-node-reclaim-time`
2829
* [FEATURE] Querier: Added new `-querier.max-fetched-series-per-query` flag. When Cortex is running with blocks storage, the max series per query limit is enforced in the querier and applies to unique series received from ingesters and store-gateway (long-term storage). #4179
2930
* [FEATURE] Querier/Ruler: Added new `-querier.max-fetched-chunk-bytes-per-query` flag. When Cortex is running with blocks storage, the max chunk bytes limit is enforced in the querier and ruler and limits the size of all aggregated chunks returned from ingesters and storage as bytes for a query. #4216
3031
* [FEATURE] Alertmanager: support negative matchers, time-based muting - [upstream release notes](https://github.com/prometheus/alertmanager/releases/tag/v0.22.0). #4237

0 commit comments

Comments
 (0)