Skip to main content
GET
/
metrics
Get Prometheus Metrics
curl --request GET \
  --url http://localhost:8080/metrics
"# HELP http_requests_total Total number of HTTP requests\n# TYPE http_requests_total counter\nhttp_requests_total{method=\"POST\",handler=\"/v1/chat/completions\",code=\"200\"} 42\n"

Response

200 - text/plain

Prometheus metrics in text format

The response is of type string.