mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/MetricsQL.md: typo fix after bdb743c88d
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5071
This commit is contained in:
parent
6c3dd16a16
commit
484b5ed12f
1 changed files with 1 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ This function is supported by PromQL. See also [rad](#rad).
|
|||
|
||||
#### drop_empty_series
|
||||
|
||||
`drop_empty_series(q) is a [transform function](#transform-functions), which drops empty series from `q`.
|
||||
`drop_empty_series(q)` is a [transform function](#transform-functions), which drops empty series from `q`.
|
||||
|
||||
This function can be used when `default` operator should be applied only to non-empty series. For example,
|
||||
`drop_empty_series(temperature < 30) default 42` returns series, which have at least a single sample smaller than 30 on the selected time range,
|
||||
|
|
Loading…
Reference in a new issue