Updated stats documentation

This commit is contained in:
Trial97
2020-06-30 15:44:49 +03:00
parent b76d626f6f
commit 8ea3bbd4c8

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