According to the [AWS Docs](http://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html), a max of 20 metricdatums can be sent in an API request. So this [code should](https://github.com/go-kit/kit/blob/master/metrics/cloudwatch/cloudwatch.go#L136) respect that. I might get to fixing this myself, but not today...
According to the AWS Docs, a max of 20 metricdatums can be sent in an API request.
So this code should respect that.
I might get to fixing this myself, but not today...