Commit 0565e4ee authored by Tobias Schmidt's avatar Tobias Schmidt Committed by GitHub

Merge pull request #657 from michalgm/patch-1

Document time range parameters to /api/v1/series
parents fd126da3 c4491f0d
......@@ -198,6 +198,8 @@ URL query parameters:
- `match[]=<series_selector>`: Repeated series selector argument that selects the
series to return. At least one `match[]` argument must be provided.
- `start=<rfc3339 | unix_timestamp>`: Start timestamp.
- `end=<rfc3339 | unix_timestamp>`: End timestamp.
The `data` section of the query result consists of a list of objects that
contain the label name/value pairs which identify each series.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment