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
In otel when an entry point is created is calls the propagator's extract method to see if there's upstream parent/trace state. It passes in a global root context and then uses that through the duration of the request. This root context lacks our context so we cannot bind our transaction to it.
Acceptance Criteria
Build a propagator to extract our default context when root context is requested.
The text was updated successfully, but these errors were encountered:
Description
In otel when an entry point is created is calls the propagator's extract method to see if there's upstream parent/trace state. It passes in a global root context and then uses that through the duration of the request. This root context lacks our context so we cannot bind our transaction to it.
Acceptance Criteria
Build a propagator to extract our default context when root context is requested.
The text was updated successfully, but these errors were encountered: