Merge "Update documentation for group_by parameters"

This commit is contained in:
Jenkins 2017-02-24 11:49:03 +00:00 committed by Gerrit Code Review
commit 890c5b6040
1 changed files with 2 additions and 2 deletions

View File

@ -1321,7 +1321,7 @@ None.
* offset (timestamp, optional)
* limit (integer, optional)
* merge_metrics (boolean, optional) - allow multiple metrics to be combined into a single list of measurements.
* group_by (string, optional) - list of columns to group the metrics to be returned. For now, the only valid value is '*'.
* group_by (string, optional) - list of columns to group the metrics to be returned.
#### Request Body
None.
@ -1503,7 +1503,7 @@ None.
* offset (timestamp, optional)
* limit (integer, optional)
* merge_metrics (boolean, optional) - allow multiple metrics to be combined into a single list of statistics.
* group_by (string, optional) - list of columns to group the metrics to be returned. For now, the only valid value is '*'.
* group_by (string, optional) - list of columns to group the metrics to be returned.
#### Request Body
None.