Skip to main content
GET
/
metrics
Prometheus metrics (text exposition)
curl --request GET \
  --url http://localhost:3773/metrics
"# HELP http_requests_total Total number of HTTP requests\n# TYPE http_requests_total counter\nhttp_requests_total{method=\"GET\",endpoint=\"/health\",status=\"200\"} 1\nhttp_requests_total{method=\"POST\",endpoint=\"/did/resolve\",status=\"200\"} 1\n\n# HELP http_request_duration_seconds HTTP request latency\n# TYPE http_request_duration_seconds histogram\nhttp_request_duration_seconds_bucket{le=\"0.1\"} 2\nhttp_request_duration_seconds_bucket{le=\"0.5\"} 2\nhttp_request_duration_seconds_bucket{le=\"1.0\"} 2\nhttp_request_duration_seconds_bucket{le=\"+Inf\"} 2\nhttp_request_duration_seconds_sum 0.0\nhttp_request_duration_seconds_count 2\n\n# HELP agent_tasks_active Currently active tasks\n# TYPE agent_tasks_active gauge\nagent_tasks_active{agent_id=\"did:bindu:bindu_builder_at_getbindu_com:agent:8faa865e-d8ec-8b2f-f000-598e8e463d60\"} 0\n\n# HELP http_request_size_bytes HTTP request body size\n# TYPE http_request_size_bytes summary\nhttp_request_size_bytes_sum 109\nhttp_request_size_bytes_count 1\n\n# HELP http_response_size_bytes HTTP response body size\n# TYPE http_response_size_bytes summary\nhttp_response_size_bytes_sum 1054\nhttp_response_size_bytes_count 2\n\n# HELP http_requests_in_flight Current number of HTTP requests being processed\n# TYPE http_requests_in_flight gauge\nhttp_requests_in_flight 0\n"

Documentation Index

Fetch the complete documentation index at: https://docs.getbindu.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - text/plain

Prometheus text

The response is of type string.