Table of Contents

Class TracingOptions

Namespace
Steeltoe.Management.Tracing
Assembly
Steeltoe.Management.TracingBase.dll
public class TracingOptions : ITracingOptions
Inheritance
TracingOptions
Implements
Inherited Members

Constructors

TracingOptions(string, IConfiguration)

public TracingOptions(string defaultName, IConfiguration config)

Parameters

defaultName string
config IConfiguration

Properties

AlwaysSample

public bool AlwaysSample { get; set; }

Property Value

bool

EgressIgnorePattern

public string EgressIgnorePattern { get; set; }

Property Value

string

IngressIgnorePattern

public string IngressIgnorePattern { get; set; }

Property Value

string

MaxNumberOfAnnotations

public int MaxNumberOfAnnotations { get; set; }

Property Value

int

MaxNumberOfAttributes

public int MaxNumberOfAttributes { get; set; }

Property Value

int
public int MaxNumberOfLinks { get; set; }

Property Value

int

MaxNumberOfMessageEvents

public int MaxNumberOfMessageEvents { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

NeverSample

public bool NeverSample { get; set; }

Property Value

bool

UseShortTraceIds

public bool UseShortTraceIds { get; set; }

Property Value

bool