Closed mwringe closed 7 years ago
Instead of using a parameter named collection_interval_secs we should just have a parameter called collection_interval which takes a string representation of a Go time value.
collection_interval_secs
collection_interval
eg: collection_interval: 10s collection_interval: 1m collection_interval: 5m
collection_interval: 10s
collection_interval: 1m
collection_interval: 5m
see PR #95 - seems to work nicely.
Instead of using a parameter named
collection_interval_secs
we should just have a parameter calledcollection_interval
which takes a string representation of a Go time value.eg:
collection_interval: 10s
collection_interval: 1m
collection_interval: 5m