Issue #529: Partition API requests to CloudWatch into separate concur…#540
Merged
peterbourgon merged 3 commits intogo-kit:master from alpeb:529Jul 4, 2017
+110-23
Commits
Commits on Jul 3, 2017
Issue #529: Partition API requests to CloudWatch into separate concurrent batches to circumvent the 20 data per request limit that they have
committedIssue #529: Extracted FillCounter() from TestCounter() to reuse counter-filling logic in cloudwatch_test.go
committedIssue #529: replaced SetConcurrency() with new parameter in New(). Moved semaphore into the cw struct and use defer when using it. Fixed data partitioning logic and separate batch creation from gor…
committed