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:
parent
f39d62200b
commit
214b9b1f59
@ -15,6 +15,7 @@ aggregationMethod = sum
|
||||
|
||||
[stats_counts]
|
||||
pattern = ^stats_counts\..*
|
||||
xFilesFactor = 0
|
||||
aggregationMethod = sum
|
||||
|
||||
[default_average]
|
||||
|
Loading…
Reference in New Issue
Block a user