
When graphite aggregates data from a high resolution database into a lower resolution database, this value determines how many samples must be present in order for data to be aggregated. A value of 0.3 means 30% of the possible high-resolution values must be present in order for data to be aggregated; if less than 30% are present, then a null value will be stored instead. Because so much of our data, particularly related to individual jobs, providers, etc, are so sporadic, set this value to 0 globally. This means that all min, max, and average values will be available in all databases. Change-Id: I5f416e798e7abedfde776c9571b6fc8cea5f3a33
25 lines
358 B
Plaintext
25 lines
358 B
Plaintext
[min]
|
|
pattern = \.min$
|
|
xFilesFactor = 0
|
|
aggregationMethod = min
|
|
|
|
[max]
|
|
pattern = \.max$
|
|
xFilesFactor = 0
|
|
aggregationMethod = max
|
|
|
|
[sum]
|
|
pattern = \.count$
|
|
xFilesFactor = 0
|
|
aggregationMethod = sum
|
|
|
|
[stats_counts]
|
|
pattern = ^stats_counts\..*
|
|
xFilesFactor = 0
|
|
aggregationMethod = sum
|
|
|
|
[default_average]
|
|
pattern = .*
|
|
xFilesFactor = 0
|
|
aggregationMethod = average
|