VictoriaMetrics/lib/protoparser
Aliaksandr Valialkin 95688cbfc5 all: add native format for data export and import
The data can be exported via [/api/v1/export/native](https://victoriametrics.github.io/#how-to-export-data-in-native-format) handler
and imported via [/api/v1/import/native](https://victoriametrics.github.io/#how-to-import-data-in-native-format) handler.
2020-09-27 19:54:07 +03:00
..
common lib/protoparser/common: do not read request body when parsing timestamp query arg 2020-09-11 14:44:58 +03:00
csvimport lib/protoparser: report more errors for incorrect timestamps and/or values 2020-09-16 02:14:18 +03:00
graphite lib/protoparser/graphite: return error when value or timestamp cannot be properly parsed 2020-09-16 01:35:12 +03:00
influx lib/protoparser: report more errors for incorrect timestamps and/or values 2020-09-16 02:14:18 +03:00
native all: add native format for data export and import 2020-09-27 19:54:07 +03:00
opentsdb lib/protoparser: report more errors for incorrect timestamps and/or values 2020-09-16 02:14:18 +03:00
opentsdbhttp lib/protoparser: report more errors for incorrect timestamps and/or values 2020-09-16 02:14:18 +03:00
prometheus lib/protoparser: report more errors for incorrect timestamps and/or values 2020-09-16 02:14:18 +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 lib/protoparser: use all the available CPU cores for processing ingested data from a single /api/v1/import stream 2020-09-26 04:21:32 +03:00