VictoriaMetrics/lib/protoparser
Aliaksandr Valialkin f41b36bb9a 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:43:21 +03:00
..
common app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats 2020-09-02 19:43:21 +03:00
csvimport Perform conversion from string to []byte according to rule #6 at https://golang.org/pkg/unsafe/#Pointer 2020-08-05 11:55:58 +03:00
graphite lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
influx app/{vminsert,vmagent}: improve documentation for -influxListenAddr command-line flag 2020-08-14 18:04:44 +03:00
opentsdb lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
opentsdbhttp all: allow using KB, MB, GB, KiB, MiB and GiB suffixes in command-line flag values related to byte sizes or byte rates 2020-08-16 17:05:52 +03:00
prometheus lib/protoparser: removed unnecessary call to SetReadDeadline when reading a stream of data 2020-08-15 15:38:08 +03:00
promremotewrite all: allow using KB, MB, GB, KiB, MiB and GiB suffixes in command-line flag values related to byte sizes or byte rates 2020-08-16 17:05:52 +03:00
vmimport all: allow using KB, MB, GB, KiB, MiB and GiB suffixes in command-line flag values related to byte sizes or byte rates 2020-08-16 17:05:52 +03:00