Traces
Distributed traces, collected without code changes.
Finding a trace
Section titled “Finding a trace”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.
The waterfall
Section titled “The waterfall”Selecting a trace opens the span waterfall: every span, its parent, its duration, and its attributes.
HTTP attributes
Section titled “HTTP 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.
From the CLI
Section titled “From the CLI”rtz signals # slowest operations by p99rtz signals traces # slowest individual tracesrtz trace list --since 2h --errorsrtz trace get <trace-id> # the span tree, errors marked