| 12345678910111213141516171819 |
- [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.5
- aggregationMethod = average
|