mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 13:43:03 +08:00

It seems the same in memory span exporter was being reused by multiple tests. This change _should_ create a new instance of memeory exporter per test/function. Fixes #2067