Open
Description
Specification
Currently, when a span is highlighted in the web visualiser, it reduces the opacity of other spans so only the selected span is highlighted and clearly visible. This is enough to highlight a span, but additional information can be provided for better diagnostics.
The highlighted span can reveal a container which shows useful reference data like the span name, id, and start and stop time. This is more useful than simply the name for all spans.
Additional context
Tasks
- Create a textbox either as part of the svg or an overlay
- Show additional data like the span id and the start/stop time or the duration (duration in milliseconds for <5s runtime and in seconds for >5s)
- Only show the additional data for the selected span