class

Fiber

Inherits Reference / Object

Extends Fiber to hold Logit context hashes.

Instance methods

current_logit_span

The stack of active Logit spans for this fiber. Used internally by Logit::Span for trace context management.

Source
current_logit_span=(current_logit_span : Array(Logit::Span))

The stack of active Logit spans for this fiber. Used internally by Logit::Span for trace context management.

Source
logit_fiber_context

Fiber-local context that persists across method calls.

Source
logit_fiber_context=(logit_fiber_context : Hash(String, String))

Fiber-local context that persists across method calls.

Source
logit_method_context

Method-local context that is cleared after each instrumented method.

Source
logit_method_context=(logit_method_context : Hash(String, String))

Method-local context that is cleared after each instrumented method.

Source