---
title: "Prometheus Metrics"
method: GET
path: "/metrics"
tags: ["Health & Monitoring"]
---

# Prometheus Metrics

`GET /metrics`

Prometheus metrics endpoint for scraping. Returns metrics in Prometheus text format.

**Metrics exposed:**
- http_requests_total: Total HTTP requests by method, endpoint, and status
- http_request_duration_seconds: HTTP request latency histogram
- agent_tasks_active: Currently active tasks per agent
- http_request_size_bytes: HTTP request body size summary
- http_response_size_bytes: HTTP response body size summary
- http_requests_in_flight: Current number of HTTP requests being processed

## Response `200`

Prometheus metrics in text format

## Changes

- **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/aec28fa7bf81/schema)
