VictoriaMetrics/lib/protoparser/vmimport
Dmytro Kozlov ec04fcac93
Properly parse json when export import metric (#3180)
* app/vmselect: properly work when export import json from `api/v1/{export, import}` API

* app/vmselect: update convert function

* app/vmselect: export null if `math.IsNaN(v)`

* app/vmselect: get float from json

* lib/protoparser: add test

* docs: add change log

* lib/protoparser: make export import api compatible
2022-10-06 13:54:20 +03:00
..
parser.go Properly parse json when export import metric (#3180) 2022-10-06 13:54:20 +03:00
parser_test.go Properly parse json when export import metric (#3180) 2022-10-06 13:54:20 +03:00
parser_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00
streamparser.go lib/protoparser: remove superflowous memory allocations during protocol parsing 2022-04-06 14:00:08 +03:00