VictoriaMetrics/app/vminsert
Aliaksandr Valialkin 2084921e64 all: use github.com/klauspost/compress/gzip instead of compress/gzip
`github.com/klauspost/compress/gzip` is more optimized than `compress/gzip`.
This gives better gzip compression and decompression speeds.
2020-01-17 23:59:17 +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,vmselect}: improve error messages when VictoriaMetrics cannot handle too high number of concurrent inserts / selects 2020-01-17 16:16:43 +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: simultaneously accept telnet put and HTTP /api/put OpenTSDB metrics at -opentsdbListenAddr 2019-12-14 00:42:18 +02:00
influx app/vminsert: consistency renaming for counters 2019-12-09 16:44:26 +02:00
netstorage app/vminsert: add /api/v1/import handler 2019-12-09 22:37:49 +02:00
opentsdb all: mention command-line flags used for limiting the incoming request size in error messages 2020-01-16 13:06:43 +02:00
opentsdbhttp all: mention command-line flags used for limiting the incoming request size in error messages 2020-01-16 13:06:43 +02:00
prometheus all: mention command-line flags used for limiting the incoming request size in error messages 2020-01-16 13:06:43 +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: mention command-line flags used for limiting the incoming request size in error messages 2020-01-16 13:06:43 +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.