v2
OpenAPI 3.0.02026-08-051996591.2 MBQuery a metric time series
Returns a time series of aggregated metric values for the named metric within the requested time range.
Path parameters
The name of the metric to query (see /v2/metrics for the catalog).
Query parameters
Label filters keyed by label name. Each metric's descriptor at /v2/metrics lists its valid label names.
The inclusive start of the query window (ISO 8601). Must be no more than 30 days before now.
The exclusive end of the query window (ISO 8601). Must be after start.
The upper bound on the number of points in the response. The response may contain fewer points than requested but never more. The response reports the actual time-bin size as bin_size_seconds. Defaults to 60.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
The requested metric series.
Example response
{
"type": "counter"
}