Skip to content

Commit 3c899e6

Browse files
authored
Moved changelog entry to correct place. (#2398)
Signed-off-by: Peter Štibraný <[email protected]>
1 parent 2260392 commit 3c899e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* [ENHANCEMENT] Failures on samples at distributors and ingesters return the first validation error as opposed to the last. #2383
1212
* [ENHANCEMENT] Experimental TSDB: Added `cortex_querier_blocks_meta_synced`, which reflects current state of synced blocks over all tenants. #2392
1313
* [ENHANCEMENT] Added `cortex_distributor_latest_seen_sample_timestamp_seconds` metric to see how far behind Prometheus servers are in sending data. #2371
14+
* [ENHANCEMENT] FIFO cache to support eviction based on memory usage. The `-<prefix>.fifocache.size` CLI flag has been renamed to `-<prefix>.fifocache.max-size-items` as well as its YAML config option `size` renamed to `max_size_items`. Added `-<prefix>.fifocache.max-size-bytes` CLI flag and YAML config option `max_size_bytes` to specify memory limit of the cache. #2319
1415

1516
## 1.0.0 / 2020-04-02
1617

@@ -107,7 +108,6 @@ This is the first major release of Cortex. We made a lot of **breaking changes**
107108
* [ENHANCEMENT] Output all config fields to /config API, including those with empty value. #2209
108109
* [ENHANCEMENT] Add "missing_metric_name" and "metric_name_invalid" reasons to cortex_discarded_samples_total metric. #2346
109110
* [ENHANCEMENT] Experimental TSDB: sample ingestion errors are now reported via existing `cortex_discarded_samples_total` metric. #2370
110-
* [ENHANCEMENT] FIFO cache to support eviction based on memory usage. The `-<prefix>.fifocache.size` CLI flag has been renamed to `-<prefix>.fifocache.max-size-items` as well as its YAML config option `size` renamed to `max_size_items`. Added `-<prefix>.fifocache.max-size-bytes` CLI flag and YAML config option `max_size_bytes` to specify memory limit of the cache. #2319
111111
* [BUGFIX] Ensure user state metrics are updated if a transfer fails. #2338
112112
* [BUGFIX] Fixed etcd client keepalive settings. #2278
113113
* [BUGFIX] Register the metrics of the WAL. #2295

0 commit comments

Comments
 (0)