Tracing::Registry
Inherits Tracing::LookupSpan < Tracing::Core::Subscriber < Reference < Object
Looks up span data stored in a Registry.
Constructors
default
Sourcenew
SourceInstance methods
clone_span(id : Core::Span::Id) : Core::Span::Id
Sourcecurrent_span
Sourceenter(id : Core::Span::Id) : Nil
Sourceevent(event : Core::Event) : Nil
Sourceexit(id : Core::Span::Id) : Nil
Sourcemax_level_hint
Sourcenew_span(attrs : Core::Span::Attributes) : Core::Span::Id
Sourcerecord(id : Core::Span::Id, values : Core::Span::Record) : Nil
Sourcerecord_follows_from(span : Core::Span::Id, follows : Core::Span::Id) : Nil
Sourceregister_callsite(metadata : Metadata) : Callsite::Interest
Sourcespan(id : Core::Span::Id) : SpanRef | Nil
Sourcewith(layer : Layer) : Layered(Registry)
Sourcewith(layer : Nil) : Layered(Registry)
Source