Module: Google::Cloud::Trace::V2::Span::Link::Type

Defined in:
proto_docs/google/devtools/cloudtrace/v2/trace.rb

Overview

The relationship of the current span relative to the linked span: child, parent, or unspecified.

Constant Summary collapse

TYPE_UNSPECIFIED =

The relationship of the two spans is unknown.

0
CHILD_LINKED_SPAN =

The linked span is a child of the current span.

1
PARENT_LINKED_SPAN =

The linked span is a parent of the current span.

2