From 7afc19473d4f27ea7e1666edbdc7cda581626615 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Sun, 8 Aug 2021 17:06:29 +0200 Subject: [PATCH] Describe recent changes to Prometheus metrics in changelog Signed-off-by: Michael Hanselmann --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cff28b6d..8426f33ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file. - Make Sonoff L1 MusicSync persistent (#12008) - Relax NTP poll if no ntpserver can be resolved by DNS - Move firmware binaries to https://github.com/arendst/Tasmota-firmware/tree/main/release-firmware +- Prometheus: All metrics are prefixed with ``tasmota_``; memory metrics have + been cleaned up to work consistently between ESP8266 and ESP32; the device + name is reported as an info metric ### Fixed - Neopool communication error (#12813)