mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/Single-server-VictoriaMetrics.md: sync with upstream README.md via make docs-sync
This commit is contained in:
parent
a84467958a
commit
5b1c4f702e
1 changed files with 3 additions and 2 deletions
|
@ -834,8 +834,9 @@ Time series data can be imported via any supported ingestion protocol:
|
||||||
|
|
||||||
### How to import data in native format
|
### How to import data in native format
|
||||||
|
|
||||||
The most efficient protocol for importing data into VictoriaMetrics is `/api/v1/import/native`.
|
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.
|
||||||
Example for importing data obtained via [/api/v1/export/native](#how-to-export-data-in-native-format):
|
|
||||||
|
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
|
```bash
|
||||||
# Export the data from <source-victoriametrics>:
|
# Export the data from <source-victoriametrics>:
|
||||||
|
|
Loading…
Reference in a new issue