Update default value for Cloudwatch rate limit (#2520)

This commit is contained in:
Antoine Augusti
2017-03-15 23:20:18 +01:00
committed by Daniel Nelson
parent f740aff4a3
commit dcb8e3f7a6
4 changed files with 12 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ func TestGather(t *testing.T) {
Namespace: "AWS/ELB",
Delay: internalDuration,
Period: internalDuration,
RateLimit: 10,
RateLimit: 200,
}
var acc testutil.Accumulator
@@ -146,7 +146,7 @@ func TestSelectMetrics(t *testing.T) {
Namespace: "AWS/ELB",
Delay: internalDuration,
Period: internalDuration,
RateLimit: 10,
RateLimit: 200,
Metrics: []*Metric{
&Metric{
MetricNames: []string{"Latency", "RequestCount"},