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:
parent
d3efcbd316
commit
52a337cdda
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
****************
|
****************
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue