VictoriaMetrics/app/vminsert
Aliaksandr Valialkin 1595dcd3d9 app/vminsert/influx: allow empty measurement in Influx line protocol
In this case metric names are mapped directly from field names without any prefixes.
2019-11-30 21:59:07 +02: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 deployment/docker/certs: update TLS certs source from alpine:3.9 to alpine:3.10 2019-11-29 19:55:36 +02:00
graphite all: make fmt 2019-10-17 20:05:12 +03:00
influx app/vminsert/influx: allow empty measurement in Influx line protocol 2019-11-30 21:59:07 +02:00
netstorage app/vminsert/netstorage: mention the data size that cannot be sent to vmstorage 2019-09-25 12:53:41 +03:00
opentsdb app/vminsert: skip empty tags 2019-08-24 13:36:41 +03:00
opentsdbhttp app/vminsert/opentsdbhttp: remove FATAL prefix from logger.Fatalf errors for the sake of consistency with other logger.Fatalf calls 2019-09-19 22:16:11 +03:00
prometheus app/vminsert: add vm_rows_per_insert summary metric 2019-07-27 13:28:20 +03:00
main.go Revert "lib/fs: do not postpone directory removal on NFS error" 2019-11-12 16:29:50 +02: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.