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 <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-12-29 07:37:40 -08:00 committed by Jenkins
parent f39d62200b
commit 214b9b1f59

View File

@ -15,6 +15,7 @@ aggregationMethod = sum
[stats_counts]
pattern = ^stats_counts\..*
xFilesFactor = 0
aggregationMethod = sum
[default_average]