Skip to main content

Edit Trace

PUT 

/traces/:trace_id

Replace a trace's spans using the canonical Trace shape.

Path trace_id must match the trace_id inside the payload's trace.trace_id. Mismatches return 400. The payload must describe exactly one trace.

Edit re-ingests the spans through the same stream as POST /tracing/spans/ingest. Returns 202 Accepted once the spans are queued. The worker reconciles the trace asynchronously.

Request

Responses

Successful Response