Commit c4491f0d authored by Greg Michalec's avatar Greg Michalec Committed by GitHub

Document time range parameters to /api/v1/series

start and end parameters were added to the series API endpoint in #1625 (see #1542). This updates the online documentation to document this extremely useful feature
parent bab9cdc6
...@@ -198,6 +198,8 @@ URL query parameters: ...@@ -198,6 +198,8 @@ URL query parameters:
- `match[]=<series_selector>`: Repeated series selector argument that selects the - `match[]=<series_selector>`: Repeated series selector argument that selects the
series to return. At least one `match[]` argument must be provided. 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 The `data` section of the query result consists of a list of objects that
contain the label name/value pairs which identify each series. 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