mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix test
This commit is contained in:
parent
d302c82c82
commit
31de9faaf2
@ -196,7 +196,11 @@ describe('CloudWatchDatasource', function() {
|
|||||||
region: 'us-east-1',
|
region: 'us-east-1',
|
||||||
namespace: 'AWS/EC2',
|
namespace: 'AWS/EC2',
|
||||||
metricName: 'CPUUtilization',
|
metricName: 'CPUUtilization',
|
||||||
dimensions: 'InstanceId=i-12345678'
|
dimensions: {
|
||||||
|
InstanceId: 'i-12345678'
|
||||||
|
},
|
||||||
|
statistics: ['Average'],
|
||||||
|
period: 300
|
||||||
},
|
},
|
||||||
range: {
|
range: {
|
||||||
from: moment(1443438674760),
|
from: moment(1443438674760),
|
||||||
|
Loading…
Reference in New Issue
Block a user