Adds event_span method to look up the parent span of an event.
Constructors
new(subscriber : Core::Subscriber)
SourceInstance methods
event_span(event : Core::Event) : SpanRef | Nil
Sourcespan(id : Core::Span::Id) : SpanRef | Nil
Look up span data from the context's subscriber.
Source