trace

fun trace(ticket: Ticket, traceId: TraceId): CompletableFuture<String>

Retrieve raw trace data for a traceId emitted by a prior request.

Useful when reporting an incident to YAXI support: traceId is typically read from traceId right after a failure, then exchanged here for the server-side trace text.