From 0066a02293244571b1461393c60bd8b5ca125889 Mon Sep 17 00:00:00 2001 From: Akira Kurogane Date: Wed, 9 Dec 2020 17:25:56 +0900 Subject: [PATCH] Wording suggestion for lack of native format spec (#948) This diff is just to suggest wording to let people know there is no future-compatible guaranteed way to make their own native format files for import yet. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3386b7a4c..734738931 100644 --- a/README.md +++ b/README.md @@ -834,8 +834,9 @@ Time series data can be imported via any supported ingestion protocol: ### How to import data in native format -The most efficient protocol for importing data into VictoriaMetrics is `/api/v1/import/native`. -Example for importing data obtained via [/api/v1/export/native](#how-to-export-data-in-native-format): +The specification of VictoriaMetrics' native format may yet change and is not formally documented yet. So currently we do not recommend that external clients attempt to pack their own metrics in native format file. + +If you have a native format file obtained via [/api/v1/export/native](#how-to-export-data-in-native-format) however this is the most efficient protocol for importing data in. ```bash # Export the data from :