Interface IWithActiveScope
Marker interfaces for traces with active spans still
Inherited Members
Namespace: Phobos.Tracing
Assembly: Phobos.Tracing.dll
Syntax
public interface IWithActiveScope : IWithTrace, IWrappedMessage
Properties
ActiveScope
The yet-to-be-completed scope from the previous operation.
Declaration
TelemetrySpan ActiveScope { get; }
Property Value
Type | Description |
---|---|
OpenTelemetry.Trace.TelemetrySpan |