Skip to content

trace_set

TraceSet is a collection of related trace records that share certain common attributes or characteristics. Each TraceSet must include the following fields: trace_id_field, span_id_field, parent_span_id_field, and prot…

Kind: trace_set

Every element shares the standard envelope kind · metadata · schema.

Inherits: telemetry_data

spec fields

FieldTypeRequiredDefaultDescription
attribute_fieldsarray<field_spec>The attributes of the TraceSet. The value format is a list of field specifications that define the trace attributes. It is currently not used.
trace_id_fieldstringyestraceIdThe field name of trace_id of the TraceSet.
span_id_fieldstringyesspanIdThe field name of span_id of the TraceSet.
parent_span_id_fieldstringparentSpanIdThe field name of parent_span_id of the TraceSet.
protocolstringopentelemetryThe tracing protocol used. Specifies the format and standard for trace data.

Released under the Apache-2.0 License.