Enumeration members
SAMPLED
SAMPLED: = 1
Defined in home/vsts/work/1/s/sdk/core/core-tracing/types/core-tracing.d.ts:834
UNSAMPLED
UNSAMPLED: = 0
Defined in home/vsts/work/1/s/sdk/core/core-tracing/types/core-tracing.d.ts:832
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
An enumeration that represents global trace flags. These flags are propagated to all child Span. These determine features such as whether a Span should be traced. It is implemented as a bitmask.