From 214b9b1f594587b2d91d077169e2ea2964372018 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 29 Dec 2012 07:37:40 -0800 Subject: [PATCH] Set xfilesfactor to 0 for stats_counts. This matches the rule for summing .count metrics. It means that a minimum of 0% of the existing values must be non-null in order for the new value to be non-null. That's good for sums of exact counts. Change-Id: Ic3f50888ada274a36e8f0385e6fffddf88ba6dfe Reviewed-on: https://review.openstack.org/18747 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/graphite/templates/storage-aggregation.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphite/templates/storage-aggregation.conf.erb b/modules/graphite/templates/storage-aggregation.conf.erb index 10e4003183..2b74ce7017 100644 --- a/modules/graphite/templates/storage-aggregation.conf.erb +++ b/modules/graphite/templates/storage-aggregation.conf.erb @@ -15,6 +15,7 @@ aggregationMethod = sum [stats_counts] pattern = ^stats_counts\..* +xFilesFactor = 0 aggregationMethod = sum [default_average]