VictoriaMetrics/app/vminsert
Aliaksandr Valialkin 4fa97430d7 app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats
Extra labels may be added to the imported data by passing `extra_label=name=value` query args.
Multiple query args may be passed in order to add multiple extra labels.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/719
2020-09-02 19:47:02 +03:00
..
csvimport app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats 2020-09-02 19:47:02 +03:00
deployment Rootless docker images by default (#358) 2020-03-27 21:18:32 +02:00
graphite app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
influx app/{vmagent,vminsert}: properly preserve db tag from query string passed to Influx line protocol query 2020-07-28 21:25:49 +03:00
netstorage app/vminsert: improve error message when the data cannot be sent to vmstorage - log reroutedBR buffer size 2020-08-31 17:51:44 +03:00
opentsdb app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
opentsdbhttp app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
prometheusimport app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats 2020-09-02 19:47:02 +03:00
promremotewrite app/vminsert: do not call ApplyRelabeling function if relabeling is disabled 2020-07-23 13:35:36 +03:00
relabel app/vminsert: export vm_relabel_metrics_dropped_total metric that shows the number of metrics dropped due to relabeling 2020-07-23 14:58:02 +03:00
vmimport app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats 2020-09-02 19:47:02 +03:00
main.go app/{vminsert,vmagent}: improve documentation for -influxListenAddr command-line flag 2020-08-14 18:03:08 +03:00
Makefile app: remove duplicate *-pure makefile rules 2020-07-31 20:01:30 +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.