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
Tracer holds a weakref to its TracerProvider and attempts to upgrade that to an Arctwice in the hot path - one during span start and then again during span end. This is affecting throughput due to contention.
This issue is already fixed for Logs, opening a new issue to track fixing the same for traces.
The text was updated successfully, but these errors were encountered:
Tracer
holds a weakref to itsTracerProvider
and attempts to upgrade that to anArc
twice in the hot path - one during span start and then again during span end. This is affecting throughput due to contention.This issue is already fixed for Logs, opening a new issue to track fixing the same for traces.
The text was updated successfully, but these errors were encountered: