semantic-conventions/model/opentracing/registry.yaml

22 lines
791 B
YAML

groups:
- id: registry.opentracing
type: attribute_group
display_name: OpenTracing Attributes
brief: Attributes used by the OpenTracing Shim layer.
attributes:
- id: opentracing.ref_type
brief: 'Parent-child Reference type'
stability: development
note: >
The causal relationship between a child Span and a parent Span.
type:
members:
- id: child_of
value: 'child_of'
brief: "The parent Span depends on the child Span in some capacity"
stability: development
- id: follows_from
value: 'follows_from'
brief: "The parent Span doesn't depend in any way on the result of the child Span"
stability: development