make that variable a string
This commit is contained in:
parent
7435bbe398
commit
180773ecb7
|
@ -33,7 +33,7 @@ type (
|
|||
Namespace string `toml:"namespace"`
|
||||
Metrics []*Metric `toml:"metrics"`
|
||||
CacheTTL internal.Duration `toml:"cache_ttl"`
|
||||
RateLimit internal.RateLimit `toml:"ratelimit"`
|
||||
RateLimit string `toml:"ratelimit"`
|
||||
client cloudwatchClient
|
||||
metricCache *MetricCache
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue