-
Notifications
You must be signed in to change notification settings - Fork 184
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
Trace imports are invisible #330
Comments
Just to make sure that I understand the issue, trace imports are reported (the |
Yep, precisely. |
I think it might be the other way around. |
Yes, that's my bad |
No events are emitted that can be used to piece together where an imported trace came from,
TraceAgent
s manage their data internally and.import()
uses thesource
operator to create an entirely new source, so there's noChannelsEvent
linking the two streams nor any sort of differential event that links them.The text was updated successfully, but these errors were encountered: