VictoriaMetrics/app/vminsert
Aliaksandr Valialkin 1c445bf7eb vendor: update github.com/valyala/fastjson from v1.4.2 to v1.4.5
This should fix parsing Inf values in `/api/v1/import`. The previous attempt to fix this in VictoriaMetrics v1.32.1 was unsuccessful.
2020-01-10 23:14:34 +02:00
..
common app/vminsert: add /api/v1/import handler 2019-12-09 22:37:49 +02:00
concurrencylimiter all: return 503 http error if service is temporarily unavailable 2019-08-23 09:49:50 +03: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 app/vminsert: simultaneously accept telnet put and HTTP /api/put OpenTSDB metrics at -opentsdbListenAddr 2019-12-14 00:42:18 +02:00
opentsdbhttp app/vminsert: simultaneously accept telnet put and HTTP /api/put OpenTSDB metrics at -opentsdbListenAddr 2019-12-14 00:42:18 +02:00
prometheus app/vminsert: add vm_rows_per_insert summary metric 2019-07-27 13:28:20 +03: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 app/vminsert: return StatusNoContent http response for /api/v1/import to be consistent with other insert handlers 2019-12-19 01:22:01 +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.