Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Update http api docs with meta
Browse files Browse the repository at this point in the history
  • Loading branch information
shanson7 committed Jan 8, 2020
1 parent 7c2bca7 commit 8064f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cloud/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ that duplicate entries will be returned.
* from: Graphite [from time specification](#fromto) (optional. defaults to now-24hours)
* format: series-json, lastts-json. (defaults to series-json)
* limit: max number to return, 0 to defer to the instance configured max (default: 0). Note: if limit is 0 or greater than the instance configured max and the result set is greater than the instance configured max, an error is returned. Otherwise, the result set is truncated at the limit
* meta: If false and format is `series-json` then return series names as array (graphite compatibility). If true, include meta information like warnings. (defaults to false)

##### Example

Expand Down
1 change: 1 addition & 0 deletions docs/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ that duplicate entries will be returned.
* from: Graphite [from time specification](#fromto) (optional. defaults to now-24hours)
* format: series-json, lastts-json. (defaults to series-json)
* limit: max number to return, 0 to defer to `http.max-series-per-req` (default: 0). Note: if limit is 0 or greater than `http.max-series-per-req` and the result set is greater than `http.max-series-per-req`, an error is returned. Otherwise, the result set is truncated at the limit
* meta: If false and format is `series-json` then return series names as array (graphite compatibility). If true, include meta information like warnings. (defaults to false)

##### Example

Expand Down

0 comments on commit 8064f48

Please sign in to comment.