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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: