VictoriaMetrics/app/vminsert
2020-01-28 22:53:50 +02:00
..
common all: use github.com/klauspost/compress/gzip instead of compress/gzip 2020-01-17 23:59:17 +02:00
concurrencylimiter app/vminsert: increase default value for -insert.maxQueueDuration from 30s to 60s 2020-01-18 14:39:30 +02:00
deployment all: publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386 2019-12-11 23:33:11 +02:00
graphite app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent 2020-01-24 16:55:18 +02:00
influx app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent 2020-01-24 16:55:18 +02:00
netstorage app/vminsert: do not drop pending rows if all the vmstorage backends are unavailable 2020-01-24 22:10:10 +02:00
opentsdb app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent 2020-01-24 16:55:18 +02:00
opentsdbhttp app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent 2020-01-24 16:55:18 +02:00
prometheus app/vminsert: moved -maxInsertRequestSize command-line flag out of lib/prompb in order to prevent its inclusion in vmselect and vmstorage apps 2020-01-28 22:53:50 +02:00
vmimport vendor: update github.com/valyala/fastjson from v1.4.2 to v1.4.5 2020-01-10 23:14:34 +02:00
main.go all: consistently log durations in seconds with millisecond precision 2020-01-22 18:35:24 +02:00
Makefile all: publish Docker images for the following GOARCH: amd64, arm, arm64, ppc64le and 386 2019-12-11 23:33:11 +02:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vminsert routes the ingested data to vmstorage nodes.