Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "span-data"

Index

Variables

Const UNCORRELATED_CHILD_SPAN

UNCORRELATED_CHILD_SPAN: Span & object = createPhantomSpanData(SpanType.UNCORRELATED)

A virtual trace span that indicates that a real child span couldn't be created because the correct root span couldn't be determined.

Const UNCORRELATED_ROOT_SPAN

UNCORRELATED_ROOT_SPAN: object = Object.freeze(Object.assign({createChildSpan() {return UNCORRELATED_CHILD_SPAN;}},UNCORRELATED_CHILD_SPAN))

A virtual trace span that indicates that a real root span couldn't be created because an active root span context already exists.

Type declaration

Const UNTRACED_CHILD_SPAN

UNTRACED_CHILD_SPAN: Span & object = createPhantomSpanData(SpanType.UNTRACED)

A virtual trace span that indicates that a real child span couldn't be created because the corresponding root span was disallowed by user configuration.

Const UNTRACED_ROOT_SPAN

UNTRACED_ROOT_SPAN: object = Object.freeze(Object.assign({createChildSpan() {return UNTRACED_CHILD_SPAN;}},UNTRACED_CHILD_SPAN))

A virtual trace span that indicates that a real root span couldn't be created because it was disallowed by user configuration.

Type declaration

Generated using TypeDoc