Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transform.go: add drop_empty_series() function
This function can be used for dropping empty series before performing additional calculations. For example, the following query drops `temperature` series with values bigger than 30, while replacing gaps in the remaining series with 40. drop_empty_series(temperature <= 30) default 40 Updates VictoriaMetrics/VictoriaMetrics#5071
- Loading branch information