From ca566dce3902db6fd7ac6095fde56f1912839626 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 2 Nov 2020 00:46:49 +0200 Subject: [PATCH] CHANGELOG.md: mention about packets drop in vmagent like Prometheus does --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a56ecbb6f3..29cae90ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/870 * BUGFIX: vmagent: fix panic at scrape error body formating. See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/864 * BUGFIX: vmagent: add leading missing slash to metrics path like Prometheus does. See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/835 +* BUGFIX: vmagent: drop packet if remote storage returns 4xx status code. This make the behaviour consistent with Prometheus. + See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/873 # [v1.44.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.44.0)