From 5fa12ae0ef0ae23e146f02b9cbca209ab3af6188 Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Mon, 11 May 2020 13:00:50 +0100 Subject: [PATCH] changelog: Fixed wrong link to federation PR. (#7205) Signed-off-by: Bartlomiej Plotka --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec464e7fc..4abe6a1535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## 2.18.0 / 2020-05-05 -* [CHANGE] Federation: Only use local TSDB for federation (ignore remote read). #7077 +* [CHANGE] Federation: Only use local TSDB for federation (ignore remote read). #7096 * [CHANGE] Rules: `rule_evaluations_total` and `rule_evaluation_failures_total` have a `rule_group` label now. #7094 * [FEATURE] Tracing: Added experimental Jaeger support #7148 * [ENHANCEMENT] TSDB: Significantly reduce WAL size kept around after a block cut. #7098