From f53287a28aa3f42b94e1eece04a771c8486ad3f6 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Tue, 30 Jun 2020 15:43:26 +0300 Subject: [PATCH] Updated stats documentation --- docs/stats.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/stats.rst b/docs/stats.rst index 485caf58b..79ab9901c 100644 --- a/docs/stats.rst +++ b/docs/stats.rst @@ -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