Aggregation type mappings just specify for each defined metric name the appropriate type of aggregation.
If no aggregation type is specified in the job definitions, the fallback will be DOUBLE_AVG
(which will lead to problems if the calculated value is not a number and you did not specify the right
aggregation type).
The aggregation types are:
| Aggregation Types | |
|---|---|
| DOUBLE_AVG | |
| SEQUENCE_KEEP_FIRST | |
| _MAP_UNWEIGHTED_SUM_VALUE _ | |
| _MAP_WEIGHTED_SUM_VALUE | |
| _NESTED_MAP_UNWEIGHTED_SUM_VALUE | |
| _NESTED_MAP_WEIGHTED_SUM_VALUE |
COMPLETION COMING SOON