Open
Description
Hi!
What is the status of thread safety with the SDK? I am finding some data race warnings from the Thread Sanitizer and I'd like some input as to how to proceed, whether we make access to the SDK thread safe on our side, or if modifying MeterProviderSharedState
from different states is expected to function.
Thank you!