doc: migration-guide-4.1: net: Add Prometheus information

Prometheus macros have changed in order to lower memory
consumption.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-11-20 15:16:51 +02:00 committed by Anas Nashif
commit 52a337cdda

View file

@ -158,6 +158,13 @@ Bluetooth Crypto
Networking Networking
********** **********
* The Prometheus metric creation has changed as user does not need to have a separate
struct :c:struct:`prometheus_metric` any more. This means that the Prometheus macros
:c:macro:`PROMETHEUS_COUNTER_DEFINE`, :c:macro:`PROMETHEUS_GAUGE_DEFINE`,
:c:macro:`PROMETHEUS_HISTOGRAM_DEFINE` and :c:macro:`PROMETHEUS_SUMMARY_DEFINE`
prototypes have changed. (:github:`81712`)
Other Subsystems Other Subsystems
**************** ****************