-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Migration Guide 3.34
Guillaume Smet edited this page Mar 5, 2026
·
3 revisions
Table of Contents
|
Note
|
We highly recommend the use of Items marked below with ⚙️ ✅ are automatically handled by |
Registering the same metrics with different tags will throw an exception from now on. Before, the second metric was being silently dropped, causing confusion.
Please use MeterProvider to delay meter registration and avoid duplicating the registration.