Return p50/p95/p99 request latency from the in-process Prometheus registry.
cURL
curl --request GET \ --url https://api.example.com/api/admin/latency \ --header 'Authorization: Bearer <token>'
{ "p50_ms": 123, "p95_ms": 123, "p99_ms": 123, "sample_count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response