Skip to main content

Edit Trace

PUT 

/tracing/traces/:trace_id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Replace the spans of an existing trace.

The path trace_id must match the trace_id in the payload. Mismatches return 400. The payload must contain exactly one trace; submitting spans from more than one trace returns 400.

Edit is implemented as a re-ingest: the new spans are written through the same stream as POST /tracing/spans/ingest, and the 202 Accepted response reports how many spans entered the stream. The worker reconciles the trace asynchronously.

Request

Responses

Successful Response