---
title: "Prometheus metrics (text exposition)"
method: GET
path: "/metrics"
tags: ["Health & Monitoring"]
---

# Prometheus metrics (text exposition)

`GET /metrics`

Standard Prometheus text format. Key series include:

- `http_requests_total{method, path, status}` — request counts
- `http_request_duration_seconds` — latency histogram
- `agent_tasks_active` — count by state
- `agent_tasks_completed_total{state}` — lifetime terminal counts
- `agent_llm_tokens_total{direction, model}` — token usage

## Response `200`

Prometheus text

## Changes

- **2026-04-21** `8a22dc180044` — 1 info
  - api operation id `prometheusMetrics` removed and replaced with ``
- **2026-02-11** `975e49e9b675` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/metrics/get.md)

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/e070faa5425b/schema)
