datalust / seq-tickets

Issues, design discussions and feature roadmap for the Seq log server
https://datalust.co/seq
96 stars 5 forks source link

Show locations of event search results on spans in the trace viewer #2134

Closed nblumhardt closed 5 months ago

nblumhardt commented 5 months ago

Events that are tagged with the id of the span they occur within are now shown on the trace view as triangular point markers:

image

Hovering over one of these markers will display a tool tip with the event timestamp and message.

Both regular log events, and Open Telemetry "span events", will be shown.

Note that only events appearing in the current search results will be shown. This allows the markers to be dynamically filtered, but does also mean that the set of markers may be incomplete if events are excluded by the current search or are in result pages not yet loaded.