Skip to content

owit traces

Query distributed traces across all configured backends that support the traces signal type.

Terminal window
owit traces [filters] [flags]
Terminal window
# Slow traces
owit traces duration gt 500ms --last 1h --limit 20
# Root errors only
owit traces root_error eq true --last 30m
# Slow errors from a specific service
owit traces duration gt 1s root_error eq true service=api-gateway --last 1h
# Specific trace ID
owit traces trace_id eq abc123def456 --last 24h
FieldDescription
timestampRFC 3339 start time of the trace
_sourceBackend name
serviceRoot service name
trace_idDistributed trace identifier
span_idRoot span identifier
durationTotal trace duration (e.g. 1.2s, 450ms)
root_errortrue if the root span ended in error