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
It looks like #311 broke the meter loader logic. metrics.meter() now always returns a DefaultMeter.
The problem is that loader._load_impl expects api_type to be the type of meter created by the user-supplied factory if they call set_preferred_meter_implementation, and a factory if they don't.