Edge Compute functions now have full observability from ship to live production: what your code logs, how each request performs, and why a deployment failed. Runtime and invocation logs with live tailing, OTLP log export to your existing observability stack, metrics, deployment history, and health checks are available through the CLI and REST API.
telnyx-edge logs <function>, including console.log output and errors.telnyx-edge logs <function> --tail streams new lines over a WebSocket as the platform receives them, until Ctrl-C, with --type filtering runtime or invocation lines.telnyx-edge metrics <function>.telnyx-edge deployments <function> and telnyx-edge ship status <function>./health route guidance./v2/compute/funcs/{id}.telnyx-edge log-export set.Running production workloads means debugging failures, tracking performance, and understanding deployment outcomes. Now you can read logs, query metrics, tail a function live while you reproduce an issue, and inspect deployments with per-stage failure classification. Log export and the REST API pipe Edge Compute logs into the dashboards your team already runs over standard OTLP, whatever you use, no lock-in.
telnyx-edge logs my-api --since 1h --last 100, or watch live with --tail.telnyx-edge metrics my-api.telnyx-edge ship status my-api --logs.telnyx-edge log-export set.telnyx-edge logs <function>, tail live with --tail, or check metrics with telnyx-edge metrics <function>.telnyx-edge deployments <function>.telnyx-edge log-export set <function> --endpoint <url> --header <name>=<value>.Learn more in the observability docs, logs, log export, or the API Reference.