You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2017/12/22 15:52:26 UTC

[trafficserver] branch master updated: Fix naming of average aggregate function

This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3629f86  Fix naming of average aggregate function
3629f86 is described below

commit 3629f864064eb82dff66d928e0331431ce695346
Author: Manu J <ma...@gmail.com>
AuthorDate: Fri Dec 22 15:12:51 2017 +0530

    Fix naming of average aggregate function
---
 doc/admin-guide/logging/understanding.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/logging/understanding.en.rst b/doc/admin-guide/logging/understanding.en.rst
index 2594632..387a6df 100644
--- a/doc/admin-guide/logging/understanding.en.rst
+++ b/doc/admin-guide/logging/understanding.en.rst
@@ -131,7 +131,7 @@ The aggregating functions available are:
 =========== ===================================================================
 Function    Description
 =========== ===================================================================
-``AVERAGE`` Average (mean) of the given field's value from all events within
+``AVG``     Average (mean) of the given field's value from all events within
             the interval. May only be used on numeric fields.
 ``COUNT``   The total count of events which occurred within the interval. No
             field name is necessary (``COUNT(*)`` may be used instead).

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].