From dcf0a237c17de70e7a67bfbfa5a96db723c85b38 Mon Sep 17 00:00:00 2001 From: Chen Ziyan Date: Thu, 7 Mar 2024 15:05:12 +0800 Subject: [PATCH] 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