docker-graphite-statsd
docker-graphite-statsd copied to clipboard
mistake in storage-schemas.conf
The following snippet https://github.com/hopsoft/docker-graphite-statsd/blob/master/conf/opt/graphite/conf/storage-schemas.conf#L15
Is wrong.
[default_1min_for_1day]
pattern = .*
retentions = 10s:6h,1min:6d,10min:1800d
We need to keep original section name [stats] and leave default as is at the end of the file.
Are you sure?
I thought
- the
[name]part was irrelevant and just for human readability. - the metric path was matched against each
pattern - the retentions rule for the first matched pattern was returned.