Meta API: Metrics Methods

Name Method / Path / Description
get GET /metrics/{metric}
Retrieves properties and tags for the specified metric.
list GET /metrics
Retrieves a list of metrics matching the specified filter conditions.
update PATCH /metrics/{metric}
Updates fields and tags of the specified metric.
create or replace PUT /metrics/{metric}
Creates a metric with specified fields and tags or replaces the fields and tags of an existing metric.
delete DELETE /metrics/{metric}
Deletes the specified metric.
series GET /metrics/{metric}/series
Returns a list of series for the metric.
series tags GET /metrics/{metric}/series/tags
Returns a list of unique series tag values for the metric.