Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LinkType

Package version

Type of link. The relationship of the current span relative to the linked span.

Index

Enumeration members

CHILD_LINKED_SPAN

CHILD_LINKED_SPAN: = 1

The linked span is a child of the current span.

PARENT_LINKED_SPAN

PARENT_LINKED_SPAN: = 2

The linked span is a parent of the current span.

UNSPECIFIED

UNSPECIFIED: = 0

The relationship of the two spans is unknown, or known but other than parent-child.

Generated using TypeDoc