Skip to main content

get_trace

Function get_trace 

Source
async fn get_trace(
    __arg0: State<Arc<SharedState>>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand description

GET /api/debug/traces/{id} — one trace with computed changes.

Errors: 404 if the id is unknown or has been evicted from the ring buffer.