VictoriaMetrics/vendor/github.com
Aliaksandr Valialkin bdb743c88d
app/vmselect/promql: add drop_empty_series() function for dropping empty series before performing additional calculations
This can be useful in the following queries:

   drop_empty_series(temperature <= 30) default 40

This query drops temperature series with all the values bigger than 30 on the selected time range,
while replacing gaps in the remaining series with 40.

The query without drop_empty_series:

  (temperature <= 30) default 40

would leave all the temperature series with all the values bigger than 30 on the selected time range,
and replace all their values with 40. This is not what could be epxected in some cases
like here - https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5071
2023-10-16 20:44:56 +02:00
..
alecthomas/units vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
aws vendor: run make vendor-update 2023-10-16 14:28:52 +02:00
Azure/azure-sdk-for-go/sdk vendor: run make vendor-update 2023-10-12 11:17:53 +02:00
AzureAD/microsoft-authentication-library-for-go vendor: run make vendor-update 2023-09-07 13:01:39 +02:00
beorn7/perks app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
bmatcuk/doublestar/v4 app/vmalert: add support of recursive path globs for rules and templates (#4148) 2023-04-26 19:20:22 +02:00
cespare/xxhash/v2 vendor: make vendor-update 2022-12-05 01:01:57 -08:00
cheggaaa/pb/v3 build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.3 to 3.1.4 (#4645) 2023-07-17 11:51:56 +02:00
cpuguy83/go-md2man/v2 vendor: run make vendor-update 2023-10-12 11:17:53 +02:00
davecgh/go-spew vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
dennwc/varint vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
fatih/color vendor: make vendor-update 2023-03-14 16:19:43 -07:00
felixge/httpsnoop vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
go-kit/log vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
go-logfmt/logfmt vendor: make vendor-update 2023-01-31 11:03:20 -08:00
go-logr vendor: make vendor-update 2023-03-31 23:59:34 -07:00
gogo/protobuf vendor: run make vendor-update 2023-09-07 13:01:39 +02:00
golang vendor: make vendor-update 2023-03-12 03:13:53 -07:00
golang-jwt/jwt/v5 vendor: run make vendor-update 2023-08-11 07:16:25 -07:00
google vendor: run make vendor-update 2023-10-12 11:17:53 +02:00
googleapis vendor: run make vendor-update 2023-10-02 21:49:16 +02:00
grafana/regexp vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
influxdata/influxdb vendor: make vendor-update 2022-08-07 22:38:01 +03:00
jmespath/go-jmespath go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
jpillora/backoff vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
json-iterator/go vendor: run make vendor-update 2023-09-07 13:01:39 +02:00
klauspost/compress vendor: run make vendor-update 2023-10-16 14:28:52 +02:00
kylelemons/godebug vendor: run make vendor-update 2023-07-07 00:04:32 -07:00
mattn vendor: make vendor-update 2023-01-03 23:36:42 -08:00
matttproud/golang_protobuf_extensions app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
modern-go vendor: run make vendor-update 2023-09-07 13:01:39 +02:00
mwitkow/go-conntrack vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
oklog/ulid app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
pkg vendor: run make vendor-update 2023-07-07 00:04:32 -07:00
pmezard/go-difflib vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
prometheus vendor: run make vendor-update 2023-10-16 14:28:52 +02:00
rivo/uniseg vendor: make vendor-update 2023-02-21 18:06:20 -08:00
russross/blackfriday/v2 go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
stretchr/testify vendor: run make vendor-update 2023-07-07 00:04:32 -07:00
urfave/cli/v2 vendor: run make vendor-update 2023-07-07 00:04:32 -07:00
valyala vendor: update github.com/valyala/gozstd from v1.19.1 to v1.20.1 2023-05-10 02:16:08 -07:00
VictoriaMetrics app/vmselect/promql: add drop_empty_series() function for dropping empty series before performing additional calculations 2023-10-16 20:44:56 +02:00
VividCortex/ewma go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
xrash/smetrics vendor: make vendor-update 2022-05-25 21:49:12 +03:00