From e261eccb35ee5ce4f024ab079c848e39660066ed Mon Sep 17 00:00:00 2001 From: tclayton-newr <87031785+tclayton-newr@users.noreply.github.com> Date: Wed, 13 Oct 2021 18:12:54 -0400 Subject: [PATCH] added doc for changed metric name in remote write (#9480) * added doc for changed metric name in remote write Signed-off-by: Tyler Clayton --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00919b0572..940e6694d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,7 @@ This vulnerability has been reported by Aaron Devaney from MDSec. ## 2.27.0 / 2021-05-12 +* [CHANGE] Remote write: Metric `prometheus_remote_storage_samples_bytes_total` renamed to `prometheus_remote_storage_bytes_total`. #8296 * [FEATURE] Promtool: Retroactive rule evaluation functionality. #7675 * [FEATURE] Configuration: Environment variable expansion for external labels. Behind `--enable-feature=expand-external-labels` flag. #8649 * [FEATURE] TSDB: Add a flag(`--storage.tsdb.max-block-chunk-segment-size`) to control the max chunks file size of the blocks for small Prometheus instances. #8478