mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
Fix typo (#2538)
This commit is contained in:
parent
c41ae2db2c
commit
53b68eb254
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ See also [implicit query conversions](#implicit-query-conversions).
|
|||
|
||||
#### drop_common_labels
|
||||
|
||||
`drop_common_labels(q1, ...., qN)` drops common `label="value"` paris among time series returned from `q1, ..., qN`.
|
||||
`drop_common_labels(q1, ...., qN)` drops common `label="value"` pairs among time series returned from `q1, ..., qN`.
|
||||
|
||||
#### label_copy
|
||||
|
||||
|
|
Loading…
Reference in a new issue