Observability

See every request.

Open a request to read the exact logs it produced. No queries to write and no separate tracing tool to set up.

Request-to-log correlation

Every request gets an ID. The log lines your app writes during that request are linked to it by ID and timestamp, so you click a request and read its logs side by side. Click a row below to try it.

All Requests
TimestampMethodPathStatusLatency (ms)
Feb 12, 03:45:18GET/api/users20045.20
Feb 12, 03:45:19POST/api/orders20189.50
Feb 12, 03:45:20GET/api/products/12320032.10
Feb 12, 03:45:23POST/api/checkout5001250.80
Feb 12, 03:45:25GET/api/cart20028.30
Feb 12, 03:45:27POST/api/webhooks/stripe422156.20
Feb 12, 03:45:28GET/health20012.50
Feb 12, 03:45:30GET/api/orders20051.70
👆 Click any request above to see its logs

What you see

  • Method, path, status code, and latency for every request.
  • Latency split between your service and the gateway.
  • Status-code breakdown over time, with p50 and p99.
  • Full-text search across your logs.

Start building.

Deploy an app and take your first payment today.