Closed GoogleCodeExporter closed 9 years ago
By the way, the command line tools (CloudWatch-1.0.9.5) have the same issue:
---
mon-list-metrics --region="" | awk '{print $1" "$2}' | sort | uniq -c
.. nothing here ..
mon-list-metrics --region="eu-west-1" | awk '{print $1" "$2}' | sort | uniq -c
16 CPUUtilization AWS/EC2
16 DiskReadBytes AWS/EC2
16 DiskReadOps AWS/EC2
16 DiskWriteBytes AWS/EC2
16 DiskWriteOps AWS/EC2
16 NetworkIn AWS/EC2
16 NetworkOut AWS/EC2
10 VolumeIdleTime AWS/EBS
10 VolumeQueueLength AWS/EBS
5 VolumeReadBytes AWS/EBS
10 VolumeReadOps AWS/EBS
5 VolumeTotalReadTime AWS/EBS
5 VolumeTotalWriteTime AWS/EBS
5 VolumeWriteBytes AWS/EBS
10 VolumeWriteOps AWS/EBS
---
Original comment by elconas...@googlemail.com
on 11 Apr 2011 at 5:02
You do need to connect to the CloudWatch service in the region in which your
instance is running to access data for that instance. Apparently your instance
is running in eu-west-1, therefore you must connect to that region for
CloudWatch, as well.
Original comment by Mitch.Ga...@gmail.com
on 19 Sep 2011 at 10:41
Original issue reported on code.google.com by
elconas...@googlemail.com
on 11 Apr 2011 at 5:01