> ## Documentation Index
> Fetch the complete documentation index at: https://docs-omnicoreagent.omnirexfloralabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Prometheus metrics

> OmniServe HTTP request metrics in Prometheus text format.



## OpenAPI

````yaml /docs/reference/openapi.json get /prometheus
openapi: 3.1.0
info:
  description: >-
    The HTTP API of an agent served with `omniserve run --agent agent.py`: runs,
    approvals, budgets, background tasks, sessions and the evidence of every
    run.
  title: OmniServe
  version: latest
servers:
  - description: omniserve run, locally
    url: http://localhost:8000
security: []
paths:
  /prometheus:
    get:
      tags:
        - Metrics
      summary: Prometheus metrics
      description: OmniServe HTTP request metrics in Prometheus text format.
      operationId: prometheus_metrics_prometheus_get
      responses:
        '200':
          content:
            text/plain:
              schema:
                type: string
          description: Successful Response

````