Metrics
Returns Prometheus-compatible metrics in text format for integration into your observability stack
Authentication: Required - Uses API key authentication
Format: Returns text/plain in Prometheus exposition format
Common Use Cases:
- Export app stats to your observability provider (grafana, datadog etc)
- Track runner health and performance
- Set up alerts and monitoring
See Prometheus documentation for format details.
GET
Metrics
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Response
Prometheus-compatible metrics retrieved successfully
Prometheus-compatible metrics in text format
Example:
"# HELP fal_app_queue_size Current size of the fal app queue\n# TYPE fal_app_queue_size gauge\nfal_requests_total{application=\"my/app\"} 10"
Metrics