Metrics API
Last updated
Last updated
Contents
GET
GET /api/v1/metric/search?
Name | Type | Description |
---|---|---|
Curl examples:
Search for metrics that match the pattern foo.bar.*
Search for all (*) metrics that have not received data for 30d
Response format for: &with_times=true
:
GET
/api/v1/metric/busy
Curl Example:
GET
/api/v1/metric/invalid
Curl example:
POST
/api/v1/metric/delete
Curl example:
Delete all metrics that match the pattern foo.bar.*
.
pattern*
[required] metric pattern to search for
only_updated_after
String
To limit search results for metrics that only received data points in the last n hours
only_updated_before
String
To limit search results for metrics that have not received data points in the last n month
with_times
String
To return the first (“created_at”) and last (“last_updated”) seen timestamp for that metric
page
String
Return the nth page of results, for searches that return more than the maximum page size (default maximum size: 100)