Class AspNetCoreTracingObserver.SpanContext
public class AspNetCoreTracingObserver.SpanContext
- Inheritance
-
AspNetCoreTracingObserver.SpanContext
- Inherited Members
Constructors
SpanContext(ISpan, IScope)
public SpanContext(ISpan active, IScope activeScope)
Parameters
activeISpanactiveScopeIScope
Properties
Active
public ISpan Active { get; }
Property Value
- ISpan
ActiveScope
public IScope ActiveScope { get; }
Property Value
- IScope