Feature

Tracing

Distributed traces over OTLP, span waterfall, linked to metrics and logs.

We ingest spans over OTLP — send traces from any OpenTelemetry SDK without a vendor agent. The span waterfall shows where a request spent its time: which service, which call, how many milliseconds. A service map is built from span dependencies. From a slow trace, click into the service metrics and its logs for the same window.

Key properties

  • OTLP ingest — any OpenTelemetry SDK, no vendor lock-in
  • Span waterfall with duration and status per call
  • Service map from span dependencies
  • Trace → metrics → logs linkage over a shared time window
  • Sampling configured on the application side

Related features