Learn how to create a trace by properly formatting a list of logs
trace_id
that groups all related spans together. Each individual operation within the trace has its own span_id
. Parent-child relationships are established using the parent_span_id
field.