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

BTE OTel not properly carrying context between POST and EXEC #857

Open
tokebe opened this issue Aug 27, 2024 · 0 comments
Open

BTE OTel not properly carrying context between POST and EXEC #857

tokebe opened this issue Aug 27, 2024 · 0 comments
Assignees

Comments

@tokebe
Copy link
Member

tokebe commented Aug 27, 2024

NCATSTranslator/Feedback#925

You can see in this example here that BTE does carry the initial traceparent in its POST capture behavior, and here that it does trace well when executing, however the execution spans do not end up as children to the post spans.

BTE does currently pass traceparent information to execution threads, but something in the span configuration causes the context to be lost, making these appear as separate operations. Perhaps re-naming EXEC spans to match the POST spans?

Either way, more investigation and tinkering is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants