We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3efcbd commit 52a337cCopy full SHA for 52a337c
doc/releases/migration-guide-4.1.rst
@@ -158,6 +158,13 @@ Bluetooth Crypto
158
Networking
159
**********
160
161
+* The Prometheus metric creation has changed as user does not need to have a separate
162
+ struct :c:struct:`prometheus_metric` any more. This means that the Prometheus macros
163
+ :c:macro:`PROMETHEUS_COUNTER_DEFINE`, :c:macro:`PROMETHEUS_GAUGE_DEFINE`,
164
+ :c:macro:`PROMETHEUS_HISTOGRAM_DEFINE` and :c:macro:`PROMETHEUS_SUMMARY_DEFINE`
165
+ prototypes have changed. (:github:`81712`)
166
+
167
168
Other Subsystems
169
****************
170
0 commit comments