update metrics-query-expression.md#AggregateLabels Operation (#11997)
This commit is contained in:
parent
167dcd2ade
commit
dcf0a237c1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue