Describe recent changes to Prometheus metrics in changelog

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit is contained in:
Michael Hanselmann 2021-08-08 17:06:29 +02:00
parent 990ae38666
commit 7afc19473d

View File

@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file.
- Make Sonoff L1 MusicSync persistent (#12008) - Make Sonoff L1 MusicSync persistent (#12008)
- Relax NTP poll if no ntpserver can be resolved by DNS - 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 - 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 ### Fixed
- Neopool communication error (#12813) - Neopool communication error (#12813)