mirror of https://github.com/zulip/zulip.git
32 lines
519 B
Plaintext
32 lines
519 B
Plaintext
|
# Example configuration from
|
||
|
# https://gist.github.com/tristanbes/4046457#file-example-sh
|
||
|
[min]
|
||
|
pattern = \.min$
|
||
|
xFilesFactor = 0.1
|
||
|
aggregationMethod = min
|
||
|
|
||
|
[max]
|
||
|
pattern = \.max$
|
||
|
xFilesFactor = 0.1
|
||
|
aggregationMethod = max
|
||
|
|
||
|
[sum]
|
||
|
pattern = \.sum$
|
||
|
xFilesFactor = 0
|
||
|
aggregationMethod = sum
|
||
|
|
||
|
[count]
|
||
|
pattern = \.count$
|
||
|
xFilesFactor = 0
|
||
|
aggregationMethod = sum
|
||
|
|
||
|
[count_legacy]
|
||
|
pattern = ^stats_counts.*
|
||
|
xFilesFactor = 0
|
||
|
aggregationMethod = sum
|
||
|
|
||
|
[default_average]
|
||
|
pattern = .*
|
||
|
xFilesFactor = 0.3
|
||
|
aggregationMethod = average
|