TraceQL search via API tempo

Search traces by TraceQL over HTTP and list matching trace IDs. limit caps results.

curl -sG "$TEMPO_ADDR/api/search" --data-urlencode 'q={ .http.status_code >= 500 }' --data-urlencode 'limit=20' | jq '.traces[].traceID'
more tempo all 3 commands →