Files
grafana/docker/blocks/graphite/files/storage-aggregation.conf

20 lines
279 B
Plaintext
Raw Normal View History

2015-01-08 17:34:41 +01:00
[min]
pattern = \.min$
xFilesFactor = 0.1
aggregationMethod = min
[max]
pattern = \.max$
xFilesFactor = 0.1
aggregationMethod = max
[sum]
pattern = \.count$
xFilesFactor = 0
aggregationMethod = sum
[default_average]
pattern = .*
xFilesFactor = 0.5
aggregationMethod = average