Skip to content
Snippets Groups Projects
Commit a0e23d30 authored by Nathan Haneysmith's avatar Nathan Haneysmith
Browse files

ahem, apparently limiter wants an int

parent e9317062
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ type (
Namespace string `toml:"namespace"`
Metrics []*Metric `toml:"metrics"`
CacheTTL internal.Duration `toml:"cache_ttl"`
RateLimit string `toml:"ratelimit"`
RateLimit int `toml:"ratelimit"`
client cloudwatchClient
metricCache *MetricCache
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment