latestSwagger 2.02026-08-106816.0 KB
696558132e8c
get/trace/{traceId}
Path parameters
traceIdstring required
Trace identifier, set on all spans within it.
Encoded as 16 or 32 lowercase hex characters corresponding to 64 or 128 bits. For example, a 128bit trace ID looks like 4e441824ec2b6a44ffdc9bb9a6453df3
Query parameters
rawboolean
Note this flag has no value. Ex. /trace/{traceId}?raw
Normally, the trace endpoint cleans trace data. For example, it merges spans by id, adds missing timestamp or duration, corrects clock skew..
Specifying this flag is a debug case, when you are debugging zipkin logic or zipkin instrumentation, and want to see the input to these adjusters. For example, this might explain or rule out clock skew.
Response
OK