Table of Contents

Class HttpClientTracingObserver.SpanContext

Namespace
Steeltoe.Management.Tracing.Observer
Assembly
Steeltoe.Management.TracingBase.dll
public class HttpClientTracingObserver.SpanContext
Inheritance
HttpClientTracingObserver.SpanContext
Inherited Members

Constructors

SpanContext(ISpan, IScope)

public SpanContext(ISpan active, IScope activeScope)

Parameters

active ISpan
activeScope IScope

Properties

Active

public ISpan Active { get; }

Property Value

ISpan

ActiveScope

public IScope ActiveScope { get; }

Property Value

IScope