
Most of this is from the statsd README. Change-Id: I22e4619375c10de2cb010b06071ed3b473197e92 Reviewed-on: https://review.openstack.org/18737 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
24 lines
347 B
Plaintext
24 lines
347 B
Plaintext
[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.3
|
|
aggregationMethod = average
|
|
|
|
[stats_counts]
|
|
pattern = ^stats_counts\..*
|
|
aggregationMethod = sum
|