add timeframe option for stackdriver
This commit is contained in:
parent
471b585db4
commit
db7d4d8dd1
|
@ -101,6 +101,7 @@ sub new {
|
||||||
'metric:s' => { name => 'metric' },
|
'metric:s' => { name => 'metric' },
|
||||||
'api:s' => { name => 'api' },
|
'api:s' => { name => 'api' },
|
||||||
'extra-filter:s@' => { name => 'extra_filter' },
|
'extra-filter:s@' => { name => 'extra_filter' },
|
||||||
|
'timeframe:s' => { name => 'timeframe' },
|
||||||
'aggregation:s@' => { name => 'aggregation' }
|
'aggregation:s@' => { name => 'aggregation' }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -234,6 +235,14 @@ Set dimension value (Required).
|
||||||
|
|
||||||
Set instance key (By default, --dimension-name option is used).
|
Set instance key (By default, --dimension-name option is used).
|
||||||
|
|
||||||
|
=item B<--timeframe>
|
||||||
|
|
||||||
|
Set timeframe in seconds (i.e. 3600 to check last hour).
|
||||||
|
|
||||||
|
=item B<--aggregation>
|
||||||
|
|
||||||
|
Set monitor aggregation (Can be multiple, Can be: 'minimum', 'maximum', 'average', 'total').
|
||||||
|
|
||||||
=item B<--warning-metric>
|
=item B<--warning-metric>
|
||||||
|
|
||||||
Threshold warning.
|
Threshold warning.
|
||||||
|
|
Loading…
Reference in New Issue