Skip to main content
Observe

Export observability data

Access observability data from the dashboard and CLI.

Use the dashboard and CLI to inspect and retrieve observability data for operations and debugging.

Dashboard access

  • Observability: charts and custom queries
  • Logs: request list, detail, log lines, and Traces
  • Invocations: wake-level metrics and request waterfalls

Copy request IDs, invocation IDs, and deployment IDs from these views when filing support tickets or correlating with application logs.

CLI access

Query the same request stream from the terminal:

easel logs --since 1h --status-code 5xx
easel logs --request-id <request-id> --expand
easel logs --follow --timeout 10m

See Query request logs.

What is not available yet

The following export destinations are not customer-facing product features today:

  • Log drains to external HTTPS endpoints
  • Customer-managed OTLP export sinks
  • Metrics export to third-party monitoring
  • Observability webhooks
  • Object-storage archives or SIEM connectors

OpenTelemetry spans are collected into Easel Traces. See OpenTelemetry.

If you need longer retention or external analysis, export selected request IDs and summaries manually, or retain application-level logs in your own systems.

On this page

Edit on GitHub