Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate agent root context on entry spans #2936

Closed
bizob2828 opened this issue Feb 10, 2025 · 1 comment · Fixed by #2940
Closed

Propagate agent root context on entry spans #2936

bizob2828 opened this issue Feb 10, 2025 · 1 comment · Fixed by #2940
Assignees
Labels
points: 3 A few days

Comments

@bizob2828
Copy link
Member

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.

@workato-integration
Copy link

@bizob2828 bizob2828 added points: 3 A few days and removed needs-triage labels Feb 10, 2025
@bizob2828 bizob2828 self-assigned this Feb 10, 2025
@bizob2828 bizob2828 moved this to In progress: Issues being worked on in Node.js Engineering Board Feb 10, 2025
@newrelic-node-agent-team newrelic-node-agent-team moved this from In progress: Issues being worked on to Triage Needed: Unprioritized Features in Node.js Engineering Board Feb 10, 2025
@bizob2828 bizob2828 moved this from Triage Needed: Unprioritized Features to In progress: Issues being worked on in Node.js Engineering Board Feb 11, 2025
@bizob2828 bizob2828 moved this from In progress: Issues being worked on to Needs PR Review in Node.js Engineering Board Feb 11, 2025
@github-project-automation github-project-automation bot moved this from Needs PR Review to Done: Issues recently completed in Node.js Engineering Board Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
points: 3 A few days
Projects
Status: Done: Issues recently completed
1 participant