You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was made a bit more complicated with the object-safety requirement on MeterProvider added in #2112
The problem is mostly about ergonomics because we probably can't have an API similar to the other signals.
I don't think we want to re-introduce ObjectSafeMeterProvider, since we would not be able to forward the builder method anyway, but a solution could be to have a "standalone" MeterBuilder (without the MeterProvider::meter_builder method).
utpilla
changed the title
Metris API - Move to builder pattern for creating Meters
Metrics API - Move to builder pattern for creating Meters
Oct 10, 2024
Related to #1527, but for Metrics
This is part of Metrics API, and hence must be done by Metrics API RC.
The text was updated successfully, but these errors were encountered: