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
Have been reviewing other languages' implementations and it seems there's no way to create non-started Spans.
My take would be on removing the Tracer.create_span() method (at least from the API), to reduce API surface. It also feels like one of the cases where it makes sense to put it back in the API if/when we have a real need for it.
However, I remember the OC crew mentioning why it was needed in Python. Anybody would like to chime in?
The text was updated successfully, but these errors were encountered:
Have been reviewing other languages' implementations and it seems there's no way to create non-started
Span
s.My take would be on removing the
Tracer.create_span()
method (at least from the API), to reduce API surface. It also feels like one of the cases where it makes sense to put it back in the API if/when we have a real need for it.However, I remember the OC crew mentioning why it was needed in Python. Anybody would like to chime in?
The text was updated successfully, but these errors were encountered: