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

KeyDatatypeRequiredDescription
namestringFilter metrics by name
pagestringPagination index (will be deprecated)
cursorstringCursor for next page (replacing page param)

RESPONSES

status: OK

{&quot;metric&quot;:{&quot;name&quot;:&quot;amet mollit laborum&quot;,&quot;values&quot;:[&quot;veniam laboris ut culpa&quot;,&quot;commodo Duis aliqua dolor &quot;]}}