VictoriaMetrics/app/vminsert
Aliaksandr Valialkin 2a8fc41bab app/vminsert/graphite: skip invalid rows and continue parsing the remaining rows
Invalid rows are logged and counted in `vm_rows_invalid_total{type="graphite"}` metric
2019-08-24 13:36:41 +03:00
..
common app/vminsert: add ability to ingest data via HTTP OpenTSDB /api/put requests 2019-08-22 12:46:54 +03:00
concurrencylimiter all: return 503 http error if service is temporarily unavailable 2019-08-23 09:49:50 +03:00
deployment all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00
graphite app/vminsert/graphite: skip invalid rows and continue parsing the remaining rows 2019-08-24 13:36:41 +03:00
influx app/vminsert/influx: skip invalid rows and continue parsing the remaining rows 2019-08-24 13:36:41 +03:00
netstorage app/vminsert: do not drop data in reroutedBuf if all the storage nodes are unhealthy 2019-08-23 10:38:19 +03:00
opentsdb app/vminsert: add ability to ingest data via HTTP OpenTSDB /api/put requests 2019-08-22 12:46:54 +03:00
opentsdbhttp app/vminsert/opentsdbhttp: allow timestamp as float64 and as string, since it occurs in real life 2019-08-23 18:35:52 +03:00
prometheus app/vminsert: add vm_rows_per_insert summary metric 2019-07-27 13:28:20 +03:00
main.go app/vminsert: allow setting the maximum number of labels per time series via -maxLabelsPerTimeseries 2019-08-23 08:47:18 +03:00
Makefile all: small updates after PR #114 2019-07-24 17:43:43 +03:00
README.md all: open-sourcing cluster version 2019-05-23 00:25:38 +03:00

vminsert routes the ingested data to vmstorage nodes.