Scrape Prometheus metrics
API Reference
Scrape Prometheus metrics
Prometheus text-exposition endpoint for the Orbit API. Returns the in-process metric registry — including the devotel_http_request_duration_seconds histogram labelled by method, normalised route, and status code — for a Prometheus server or OpenTelemetry collector to scrape. Route labels are normalised (long ids collapse to :id) so per-tenant identifiers never inflate metric cardinality. Intended for platform monitoring, not application data.
GET
Scrape Prometheus metrics
Authorizations
Dashboard JWT token from Clerk
Response
200 - text/plain
Metrics in the Prometheus 0.0.4 text exposition format.
The response is of type string.