From db1ac1dd8f60578ba9f8f02651f9684e88d052aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0tibran=C3=BD?= Date: Mon, 5 Feb 2024 12:38:33 +0100 Subject: [PATCH] Add PR number. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Štibraný --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 515f9b608dc..3f18c50cf7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ * [ENHANCEMENT] All: set `-server.grpc.num-workers=100` by default and mark feature as `advanced`. #7131 * [ENHANCEMENT] Distributor: invalid metric name error message gets cleaned up to not include non-ascii strings. #7146 * [ENHANCEMENT] Store-gateway: add `source`, `level`, and `out_or_order` to `cortex_bucket_store_series_blocks_queried` metric that indicates the number of blocks that were queried from store gateways by block metadata. #7112 #7262 #7267 -* [ENHANCEMENT] Compactor: After updating bucket-index, compactor now also computes estaimated number of compaction jobs based on current bucket-index, and reports the result in `cortex_bucket_index_compaction_jobs` metric. +* [ENHANCEMENT] Compactor: After updating bucket-index, compactor now also computes estaimated number of compaction jobs based on current bucket-index, and reports the result in `cortex_bucket_index_compaction_jobs` metric. If computation of jobs fails, `cortex_bucket_index_compaction_jobs_errors_total` is updated instead. #7299 * [BUGFIX] Ingester: don't ignore errors encountered while iterating through chunks or samples in response to a query request. #6451 * [BUGFIX] Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks #6766 * [BUGFIX] Fix issue where concatenatingChunkIterator can obscure errors #6766