docker-graphite-statsd icon indicating copy to clipboard operation
docker-graphite-statsd copied to clipboard

mistake in storage-schemas.conf

Open ediskandarov-cur opened this issue 9 years ago • 1 comments

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.

ediskandarov-cur avatar Mar 23 '16 17:03 ediskandarov-cur

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.

janpapenbrock avatar May 18 '16 15:05 janpapenbrock