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...