View Source OpenTelemetry.SemConv.Incubating.OpentracingAttributes (OpenTelemetry.SemConv v1.27.0)
OpenTelemetry Semantic Conventions for Opentracing attributes.
Summary
Types
Parent-child Reference type
Types
Functions
@spec opentracing_ref_type() :: :"opentracing.ref_type"
Parent-child Reference type
Notes
The causal relationship between a child Span and a parent Span.
iex> OpenTelemetry.SemConv.Incubating.OpentracingAttributes.opentracing_ref_type()
:"opentracing.ref_type"
iex> OpenTelemetry.SemConv.Incubating.OpentracingAttributes.opentracing_ref_type_values().child_of
:child_of
iex> %{OpenTelemetry.SemConv.Incubating.OpentracingAttributes.opentracing_ref_type() => OpenTelemetry.SemConv.Incubating.OpentracingAttributes.opentracing_ref_type_values().child_of}
%{:"opentracing.ref_type" => :child_of}
?OPENTRACING_REF_TYPE.
'opentracing.ref_type'
?OPENTRACING_REF_TYPE_VALUES_CHILD_OF.
'child_of'
#{?OPENTRACING_REF_TYPE => ?OPENTRACING_REF_TYPE_VALUES_CHILD_OF}.
#{'opentracing.ref_type' => 'child_of'}
@spec opentracing_ref_type_values() :: opentracing_ref_type_values()