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
Currently, when the console prints out events, it does not show the span context in which they occurred. As far as I can tell, there isn't really any way to show span data currently.
I think that spans should probably be formatted with fields from their parent spans (and possibly the names of those spans as well), similarly to how tracing-fmt prints out the shaving_yaks and shave spans in this example:
(of course, the particulars of how spans are actually formatted need not be identical)
The ability to show/hide these span contexts could also be added, in the future.
The text was updated successfully, but these errors were encountered:
Currently, when the console prints out events, it does not show the span context in which they occurred. As far as I can tell, there isn't really any way to show span data currently.
I think that spans should probably be formatted with fields from their parent spans (and possibly the names of those spans as well), similarly to how
tracing-fmt
prints out theshaving_yaks
andshave
spans in this example:(of course, the particulars of how spans are actually formatted need not be identical)
The ability to show/hide these span contexts could also be added, in the future.
The text was updated successfully, but these errors were encountered: