Skip to main content
Edge Compute provides visibility into function execution through runtime logs, request-level invocation logs, function metrics, deployment history, and health checks. Use the CLI for day-to-day debugging, or the Edge Compute API to integrate observability data into your own tooling.

What you can observe

Control-plane visibility

The CLI also provides read-only views of your function inventory and deployment state: Add -v to any command for verbose client-side logging when a command itself misbehaves.

Next steps

  • Logs — runtime and invocation logs, plus guidance for sending custom telemetry to a sink you run
  • Metrics — request, latency, CPU, and memory metrics
  • Deployment history — latest ship outcome and historical failures
  • Health checks — implement and probe an application-level health route
  • API Reference — customer-facing observability endpoints
  • CLI Reference — full command and flag reference