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

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


The following commit(s) were added to refs/heads/master by this push:
     new dcf0a237c1 update metrics-query-expression.md#AggregateLabels 
Operation (#11997)
dcf0a237c1 is described below

commit dcf0a237c17de70e7a67bfbfa5a96db723c85b38
Author: Chen Ziyan <clairelove.c...@gmail.com>
AuthorDate: Thu Mar 7 15:05:12 2024 +0800

    update metrics-query-expression.md#AggregateLabels Operation (#11997)
---
 docs/en/api/metrics-query-expression.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/api/metrics-query-expression.md 
b/docs/en/api/metrics-query-expression.md
index 29d9fdd833..a3b717887d 100644
--- a/docs/en/api/metrics-query-expression.md
+++ b/docs/en/api/metrics-query-expression.md
@@ -270,7 +270,7 @@ For example:
 If we want to query all Redis command total rates, we can use the following 
expression(`total_commands_rate` is a metric which recorded every command rate 
in labeled value):
 
 ```text
-aggregate_labels(total_commands_rate, SUM)
+aggregate_labels(total_commands_rate, sum)
 ```
 
 ### Result Type

Reply via email to