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
Set the current scope on ObservationRegistry when Scope#makeCurrent is called (#3808)
Currently, `scope#makeCurrent()` does not update the current
observation scope on `ObservationRegistry`.
This commit changes the `makeCurrent()` method to also update the scope
on the registry.
0 commit comments