diff --git a/modules/graphite/templates/storage-aggregation.conf.erb b/modules/graphite/templates/storage-aggregation.conf.erb index ab75e85e1b..10e4003183 100644 --- a/modules/graphite/templates/storage-aggregation.conf.erb +++ b/modules/graphite/templates/storage-aggregation.conf.erb @@ -13,11 +13,11 @@ pattern = \.count$ xFilesFactor = 0 aggregationMethod = sum +[stats_counts] +pattern = ^stats_counts\..* +aggregationMethod = sum + [default_average] pattern = .* xFilesFactor = 0.3 aggregationMethod = average - -[stats_counts] -pattern = ^stats_counts\..* -aggregationMethod = sum