VictoriaMetrics/vendor/github.com
Aliaksandr Valialkin d2bbbf147c
all: limit the maximum memory usage for regexp cache, which stores parsed regular expressions in MetricsQL queries
Previously the cache could store 10K unique regexps. When every regexp is huge (e.g. hundreds of kilobytes),
then the total cache size could grow to multiples of gigabytes. Now the cache size is limited by the total length
of all cached regexps. So huge regexps won't result in high memory usage for the cache.
2022-06-24 17:57:43 +03:00
..
aws/aws-sdk-go vendor: make vendor-update 2022-06-20 14:30:23 +03:00
beorn7/perks app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
cespare/xxhash/v2 go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
cpuguy83/go-md2man/v2 vendor: make vendor-update 2021-07-26 16:02:46 +03:00
dmitryk-dk/pb/v3 vmctl: fix build for solaris os (#2555) 2022-05-09 21:36:18 +02:00
fatih/color go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
go-kit vendor: make vendor-update 2022-05-20 14:45:24 +03:00
go-logfmt/logfmt go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
golang vendor: make vendor-update 2022-04-26 15:24:27 +03:00
google vendor: make vendor-update 2022-05-20 14:45:24 +03:00
googleapis vendor: make vendor-update 2022-06-20 14:30:23 +03:00
influxdata/influxdb vendor: make vendor-update 2022-02-07 15:06:15 +02: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
klauspost/compress vendor: make vendor-update 2022-06-06 13:19:34 +03:00
mattn go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
matttproud/golang_protobuf_extensions app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
oklog/ulid app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
pkg/errors app/vmctl: move vmctl code from github.com/VictoriaMetrics/vmctl 2021-02-01 01:10:20 +02:00
prometheus vendor: make vendor-update 2022-05-20 14:45:24 +03:00
rivo/uniseg go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02: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
urfave/cli/v2 vendor: make vendor-update 2022-06-20 14:30:23 +03:00
valyala vendor: update github.com/valyala/gozstd from v1.16.0 to v1.17.0 2022-04-29 19:30:41 +03:00
VictoriaMetrics all: limit the maximum memory usage for regexp cache, which stores parsed regular expressions in MetricsQL queries 2022-06-24 17:57:43 +03: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