You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,7 @@ Further, if you're using the configs service, we've upgraded the migration libra
169
169
*[ENHANCEMENT] metric `cortex_ingester_flush_reasons` gets a new `reason` value: `Spread`, when `-ingester.spread-flushes` option is enabled. #1978
170
170
*[ENHANCEMENT] Added `password` and `enable_tls` options to redis cache configuration. Enables usage of Microsoft Azure Cache for Redis service. #1923
171
171
*[ENHANCEMENT] Upgraded Kubernetes API version for deployments from `extensions/v1beta1` to `apps/v1`. #1941
172
+
*[ENHANCEMENT] Add ability to configure gRPC keepalive settings. #2066
172
173
*[ENHANCEMENT] Experimental TSDB: Open existing TSDB on startup to prevent ingester from becoming ready before it can accept writes. The max concurrency is set via `--experimental.tsdb.max-tsdb-opening-concurrency-on-startup`. #1917
173
174
*[ENHANCEMENT] Experimental TSDB: Querier now exports aggregate metrics from Thanos bucket store and in memory index cache (many metrics to list, but all have `cortex_querier_bucket_store_` or `cortex_querier_blocks_index_cache_` prefix). #1996
*[ENHANCEMENT] Consul client can optionally rate-limit itself during Watch (used e.g. by ring watchers) and WatchPrefix (used by HA feature) operations. Rate limiting is disabled by default. New flags added: `--consul.watch-rate-limit`, and `--consul.watch-burst-size`. #1708
228
230
*[ENHANCEMENT] Added jitter to HA deduping heartbeats, configure using `distributor.ha-tracker.update-timeout-jitter-max`#1534
229
231
*[ENHANCEMENT] Add ability to flush chunks with stale markers early. #1759
230
-
*[ENHANCEMENT] Add ability to configure gRPC keepalive settings. #2066
231
232
*[BUGFIX] Stop reporting successful actions as 500 errors in KV store metrics. #1798
232
233
*[BUGFIX] Fix bug where duplicate labels can be returned through metadata APIs. #1790
233
234
*[BUGFIX] Fix reading of old, v3 chunk data. #1779
234
235
*[BUGFIX] Now support IAM roles in service accounts in AWS EKS. #1803
235
236
*[BUGFIX] Fixed duplicated series returned when querying both ingesters and store with the experimental TSDB blocks storage. #1778
236
-
*[BUGFIX] Fixed leaked goroutines in the querier. #2070
237
237
238
238
In this release we updated the following dependencies:
0 commit comments