Updated stats documentation

This commit is contained in:
Trial97
2020-06-30 15:43:26 +03:00
parent 69c5012020
commit f53287a28a

View File

@@ -124,13 +124,13 @@ Following metrics are implemented:
Distinct destination count will keep the number of unique destinations found in *Events*. Relies on *Destination* field in the *Event*.
\*sum
Generic metric to calculate mathematical sum for a specific field in the *Events*. Format: <*\*sum#FieldName*>.
Generic metric to calculate mathematical sum for a specific field in the *Events*. Format: <*\*sum:FieldName*>.
\*average
Generic metric to calculate the mathematical average of a specific field in the *Events*. Format: <*\*average#FieldName*>.
Generic metric to calculate the mathematical average of a specific field in the *Events*. Format: <*\*average:FieldName*>.
\*distinct
Generic metric to return the distinct number of appearance of a field name within *Events*. Format: <*\*distinct#FieldName*>.
Generic metric to return the distinct number of appearance of a field name within *Events*. Format: <*\*distinct:FieldName*>.
Use cases