Namespace Phobos.Tracing.Scopes
Classes
ActorCellScope
Encapsulates a OpenTracing.ISpan inside a scope that gets disposed when an actor is finished processing a message.
ActorScopeManager
OpenTracing.IScopeManager that relies on extracting the active span from the current Phobos.Tracing.Impl.IActorCellWithTrace.
OutsideActorScope
Created when ActorScopeManager is being used but someone needs to create a trace from outside an ActorCell.