Get available metrics
Learn how to list available metrics
Description
Sentry supports tens of thousands of metrics on which alerts can be configured. To list available metrics, search for specific metrics and get data on this metrics, the following route can be used.
Endpoint
GET https://sentry.aleno.ai/metrics
Query parameters
To get all available metrics: simply don't add query parameters: GET /metrics
Each query parameter is optional. If multiple query parameters are provided, it will be processed as OR condition. For instance ?tokenAddresses=A,B&poolAddresses=C,D will query: "metrics related to token A or B" OR "metrics related to pool C or D".
Payload
No payload.
CURL example
Result
Returns list of Metric objects supported on Sentry.
Last updated