v1

latestOpenAPI 3.0.12026-07-17221165.2 KB
SCALABLE TIME SERIES

Performs a metric name lookup for one or more time series identifiers

The JSON response contains the same information as the pmseries - m /-- metrics option.

$ curl -s http://localhost:44322/series/metrics?series=605fc77742cd0317597291329561ac4e50c0dd12 | pmjson

Alternatively, with no series argument, this request will return the list of all known metric names.

$ curl -s http://localhost:44322/series/metrics | pmjson

References: pmSeriesMetrics(3)

get/series/metrics

Query parameters

seriesstring

Comma-separated list of series identifiers

matchstring

Glob pattern string to match on all names

clientstring

Request identifier sent back with response

Response

OK