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's possible to pass a ThreadFactory into the OtlpMeterRegistry constructor. At the moment we don't do this, which then uses a platform thread based factory.
We could enable virtual threads by passing factory which creates virtual threads.