fix gcp get-metrics mode
This commit is contained in:
parent
db7d4d8dd1
commit
ca0234bb0e
|
@ -157,7 +157,7 @@ sub check_options {
|
|||
}
|
||||
$self->{gcp_aggregations} = ['average'];
|
||||
if (scalar(@$aggregations) > 0) {
|
||||
$self->{gcp_aggregations} = @$aggregations;
|
||||
$self->{gcp_aggregations} = $aggregations;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue