Demo Technical
Operations

Observability

Logs, traces, and metrics from every edge invocation.

Every Relay invocation emits structured logs, traces, and metrics. Export them to your existing observability stack or use the built-in Live Tail.
Dashboard charts on a monitor
Photo by Luke Chesser on Unsplash.

Signals

book

Logs

JSON lines with request_id and region.

api

Traces

Distributed spans across subrequests.

folder

Metrics

p50/p99 latency and error ratios.

Sample log line

jsonlog.json
{"level":"info","request_id":"req_9f2","region":"eu-west","ms":18,"status":200}
Tip
Correlate user-facing errors with request_id. Support needs that identifier more than stack traces alone.