Skip to content

Traces

Distributed traces, collected without code changes.

Three tools, usable together:

  • A facets sidebar — service, operation, status, duration bucket, and the rest — with counts, so you can narrow before you know what you are looking for.
  • A KQL bar for precise queries when you do.
  • A time-range bar, shared with Metrics and Logs, so switching tabs keeps your window.

Selecting a trace opens the span waterfall: every span, its parent, its duration, and its attributes.

Trace attributes come from eBPF instrumentation, so coverage varies by what the kernel could see. Where a field is genuinely empty it is shown empty — not backfilled with a plausible value.

Terminal window
rtz signals # slowest operations by p99
rtz signals traces # slowest individual traces
rtz trace list --since 2h --errors
rtz trace get <trace-id> # the span tree, errors marked

See Logs, traces & metrics.