make that variable a string

This commit is contained in:
Nathan Haneysmith
2016-08-25 17:53:46 -07:00
parent 2457d95262
commit e931706249

View File

@@ -33,7 +33,7 @@ type (
Namespace string `toml:"namespace"` Namespace string `toml:"namespace"`
Metrics []*Metric `toml:"metrics"` Metrics []*Metric `toml:"metrics"`
CacheTTL internal.Duration `toml:"cache_ttl"` CacheTTL internal.Duration `toml:"cache_ttl"`
RateLimit internal.RateLimit `toml:"ratelimit"` RateLimit string `toml:"ratelimit"`
client cloudwatchClient client cloudwatchClient
metricCache *MetricCache metricCache *MetricCache
} }