Skip to main content
GET
/
metrics
Prometheus metrics (text exposition)
curl --request GET \
  --url http://localhost:3773/metrics
"# HELP http_requests_total Total HTTP requests.\n# TYPE http_requests_total counter\nhttp_requests_total{method=\"POST\",path=\"/\",status=\"200\"} 42\n# HELP agent_tasks_active Active tasks by state.\n# TYPE agent_tasks_active gauge\nagent_tasks_active{state=\"working\"} 3\n"

Response

200 - text/plain

Prometheus text

The response is of type string.