Metrics API
GET /api/v1/metrics/query
Section titled “GET /api/v1/metrics/query”Metrics Query
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
target | query | string | yes | |
metric | query | string | yes | |
from | query | string | null | no | |
to | query | string | null | no | |
resolution | query | string | null | no |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful Response | any |
| 422 | Validation Error | HTTPValidationError |