Create Trace
POST/tracing/traces/
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
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).
Request
Responses
- 202
- 422
Successful Response
Validation Error