Merge branch 'master' into bugfix/1615-cloudwatch-statistics
This commit is contained in:
commit
69587c151c
22 changed files with 310 additions and 36 deletions
|
|
@ -204,6 +204,7 @@ def test_get_metric_statistics():
|
|||
dict(
|
||||
MetricName='metric',
|
||||
Value=1.5,
|
||||
Timestamp=utc_now
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
@ -211,7 +212,7 @@ def test_get_metric_statistics():
|
|||
stats = conn.get_metric_statistics(
|
||||
Namespace='tester',
|
||||
MetricName='metric',
|
||||
StartTime=utc_now,
|
||||
StartTime=utc_now - timedelta(seconds=60),
|
||||
EndTime=utc_now + timedelta(seconds=60),
|
||||
Period=60,
|
||||
Statistics=['SampleCount', 'Sum']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue