Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TraceFlags

Package version

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.

Index

Enumeration members

Enumeration members

SAMPLED

SAMPLED: = 1

Bit to represent whether trace is sampled in trace flags.

UNSAMPLED

UNSAMPLED: = 0

Bit to represent whether trace is unsampled in trace flags.

Generated using TypeDoc