Metric Names
GET {{baseUrl}}/components/:component_id/metrics.json?name=<string>&page=<integer>&cursor=<string>
Return a list of known metrics and their value names for the given resource.
See our documentation for a discussion on output pagination and for examples of requesting and using metric values.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
name | string | Filter metrics by name | |
page | string | Pagination index (will be deprecated) | |
cursor | string | Cursor for next page (replacing page param) |
RESPONSES
status: OK
{"metric":{"name":"amet mollit laborum","values":["veniam laboris ut culpa","commodo Duis aliqua dolor "]}}