Prometheus
The Prometheus exporter exposes configured metrics on a standard /metrics endpoint, allowing Prometheus to collect and store the data as time series. This enables real-time monitoring, visualization, and alerting on the MCP methods AI Gateway handles.
exporters:
prometheus:
type: prometheus
options:
endpoints:
- scheme: http
port: 7190
path: /metricsConfiguration (* required)
| Property | Type | Description |
|---|---|---|
| options.endpoints | object[] | Contains prometheus endpoints. |
| options.endpoints[].scheme* | enum [ http ] | URL scheme to accept for the endpoint. |
| options.endpoints[].port* | integer | URL port to accept for the endpoint. |
| options.endpoints[].path | string | URL path to accept for the endpoint. |

