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:
See Prometheus documentation for format details.
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Prometheus-compatible metrics retrieved successfully
Prometheus-compatible metrics in text format
"# 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"