pub async fn serve_metrics(port: u16)
Spawn a minimal Tokio HTTP server on port that serves /metrics.
port
/metrics
The server runs in a background task and never blocks the Pingora thread.