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
After research, all tracers have distinct initialization, nomenclature (some OpenTracing, some unique to them like X-Ray), and not all of them handle async, thread-safe operations the same way.
To support this, it'd mean bringing lots of complexity to maintain, and unknown bugs. Customers can choose not to use the Tracer middleware if they already have their own Tracer provider.
Closing as we will not implement and will instead provide X-Ray escape hatches to customers, and simplify Tracer scope
Ability to switch Tracing providers while keeping the same UX
The text was updated successfully, but these errors were encountered: