Metrics
GET /metrics is an internal observability endpoint and is not part of the public API. It is used by the SRE/operations team for service-level dashboards and alerting.
Technically it is a Prometheus text-format endpoint mounted on the public router without authentication — its internal-use status is a convention, not an access control. Representative metrics exported:
http_request_duration_seconds— HTTP latency histogram per route / method / statustrade_persistence_total— trades processed by the persistence worker, by statuspersistence_queue_depth— trades currently waiting in the persistence queuetask_last_run_timestamp— heartbeat (Unix ts) of each background taskprice_sync_symbols_total— number of active trading pairs
If you are a partner or integrator who needs service-level visibility (uptime, error rates, latency), contact support for access to the public status dashboard.