Skip to main content
telnyx-edge metrics <function> summarizes recent request and resource metrics for one function. It accepts a function name or id and defaults to the last 24h.
The summary includes:
  • request count
  • HTTP 2xx, 4xx, and 5xx rates
  • p50, p95, p99, and average request latency
  • CPU usage
  • memory usage
Use --errors for the HTTP-error view. Use --json to return the raw aggregate API response. The API surface is GET /v2/compute/funcs/{id}/metric_aggregates. See the API Reference.