Table of Contents

Interface ITracingOptions

Namespace
Steeltoe.Management.Census.Trace
Assembly
Steeltoe.Management.OpenCensusBase.dll
public interface ITracingOptions

Properties

AlwaysSample

bool AlwaysSample { get; }

Property Value

bool

EgressIgnorePattern

string EgressIgnorePattern { get; }

Property Value

string

IngressIgnorePattern

string IngressIgnorePattern { get; }

Property Value

string

MaxNumberOfAnnotations

int MaxNumberOfAnnotations { get; }

Property Value

int

MaxNumberOfAttributes

int MaxNumberOfAttributes { get; }

Property Value

int
int MaxNumberOfLinks { get; }

Property Value

int

MaxNumberOfMessageEvents

int MaxNumberOfMessageEvents { get; }

Property Value

int

Name

string Name { get; }

Property Value

string

NeverSample

bool NeverSample { get; }

Property Value

bool

UseShortTraceIds

bool UseShortTraceIds { get; }

Property Value

bool