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
Right now, the trace list has the first span name to complete, not the first span name to start (root trace) in the list. I can't seem to have this refresh to see the much better name.
Example, when the trace is complete, I want to see "user" not "POST" for the last span, or be able to hit '/' and have it fix the list.
The text was updated successfully, but these errors were encountered:
Certainly, the spans shown in the list are the service root spans "at the time of arrival at otel-tui".
Real-time updating would be implemented by modifying AddSpan() to check if the received span is a parent of the currently stored service root span and swap them if necessary.
I'd like to work on this issue after closing #18 :)
Right now, the trace list has the first span name to complete, not the first span name to start (root trace) in the list. I can't seem to have this refresh to see the much better name.
Example, when the trace is complete, I want to see "user" not "POST" for the last span, or be able to hit '/' and have it fix the list.
The text was updated successfully, but these errors were encountered: