Error
A valid request URL is required to generate request examples"<string>"Infrastructure
Prometheus metrics
Returns Prometheus-formatted metrics for monitoring.
Registered behind the management auth middleware chain, so a scraper must present
management credentials (or the route must be added to client_config.whitelisted_routes).
GET
/
metrics
Error
A valid request URL is required to generate request examples"<string>"Authorizations
ManagementBearerAuthBasicAuth
Management API authentication for /api/* endpoints. Use the Authorization header
with Bearer <token>, where <token> is one of:
- a Bifrost management API key,
- a dashboard session token issued by
POST /api/session/login, - base64 of
<admin-username>:<admin-password>(legacy equivalent ofBasicAuth).
Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs -
the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.
Response
200 - text/plain
Prometheus metrics
The response is of type string.
Was this page helpful?

