Deprecated
Create Trace
Create a trace from one or more spans.
This is the single-trace counterpart to POST /tracing/spans/ingest. Accepts the same OTelTracingRequest body (either spans flat list or traces nested tree) but requires all spans to share a single trace_id.
Returns 202 Accepted with the links for the spans that entered the ingest stream. See Tracing — Async write contract.
Most callers should prefer POST /tracing/spans/ingest (no single-trace restriction) or POST /simple/traces/ (helper for a one-span payload).
post/tracing/traces/
Request body
Response
Successful Response