Skip to main content
POST
Annotate a span
The trace_id and span_id path parameters identify the span to annotate. Get them from the telemetry object on a router response, the x-orq-trace-id and x-orq-trace-span-id response headers, or the Traces view.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trace_id
string
required

Unique identifier of the trace

span_id
string
required

Unique identifier of the span

Body

application/json
annotations
object[]
required
Required array length: 1 - 10 elements
metadata
object

Response

200

Span annotated