update metrics-query-expression.md#AggregateLabels Operation (#11997)

This commit is contained in:
Chen Ziyan 2024-03-07 15:05:12 +08:00 committed by GitHub
parent 167dcd2ade
commit dcf0a237c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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