Update documentation for group_by parameters

This limitation is no longer true

Change-Id: I5440a1c2161c9f7bb5aec1e1a448adced8894aae
This commit is contained in:
Ryan Brandt 2017-02-23 16:12:30 -07:00
parent cf6be5d8c4
commit d656b16a82
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.