Interface IWithActiveScope
Indicator used to signal that the previous message type has OpenTelemetry.Trace.TelemetrySpan information related to it.
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 |
---|---|
TelemetrySpan |