mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: exporing -> exporting typo fix
This is a follow-up after ccb6cb6501
This commit is contained in:
parent
6d909c87f9
commit
a07891cca6
2 changed files with 4 additions and 4 deletions
|
@ -870,7 +870,7 @@ when new data is ingested into it.
|
||||||
|
|
||||||
VictoriaMetrics provides the following handlers for exporting data:
|
VictoriaMetrics provides the following handlers for exporting data:
|
||||||
|
|
||||||
* `/api/v1/export` for exporing data in JSON line format. See [these docs](#how-to-export-data-in-json-line-format) for details.
|
* `/api/v1/export` for exporting data in JSON line format. See [these docs](#how-to-export-data-in-json-line-format) for details.
|
||||||
* `/api/v1/export/csv` for exporting data in CSV. See [these docs](#how-to-export-csv-data) for details.
|
* `/api/v1/export/csv` for exporting data in CSV. See [these docs](#how-to-export-csv-data) for details.
|
||||||
* `/api/v1/export/native` for exporting data in native binary format. This is the most efficient format for data export.
|
* `/api/v1/export/native` for exporting data in native binary format. This is the most efficient format for data export.
|
||||||
See [these docs](#how-to-export-data-in-native-format) for details.
|
See [these docs](#how-to-export-data-in-native-format) for details.
|
||||||
|
@ -900,7 +900,7 @@ Optional `max_rows_per_line` arg may be added to the request for limiting the ma
|
||||||
Optional `reduce_mem_usage=1` arg may be added to the request for reducing memory usage when exporting big number of time series.
|
Optional `reduce_mem_usage=1` arg may be added to the request for reducing memory usage when exporting big number of time series.
|
||||||
In this case the output may contain multiple lines with samples for the same time series.
|
In this case the output may contain multiple lines with samples for the same time series.
|
||||||
|
|
||||||
Pass `Accept-Encoding: gzip` HTTP header in the request to `/api/v1/export` in order to reduce network bandwidth during exporing big amounts
|
Pass `Accept-Encoding: gzip` HTTP header in the request to `/api/v1/export` in order to reduce network bandwidth during exporting big amounts
|
||||||
of time series data. This enables gzip compression for the exported data. Example for exporting gzipped data:
|
of time series data. This enables gzip compression for the exported data. Example for exporting gzipped data:
|
||||||
|
|
||||||
<div class="with-copy" markdown="1">
|
<div class="with-copy" markdown="1">
|
||||||
|
|
|
@ -874,7 +874,7 @@ when new data is ingested into it.
|
||||||
|
|
||||||
VictoriaMetrics provides the following handlers for exporting data:
|
VictoriaMetrics provides the following handlers for exporting data:
|
||||||
|
|
||||||
* `/api/v1/export` for exporing data in JSON line format. See [these docs](#how-to-export-data-in-json-line-format) for details.
|
* `/api/v1/export` for exporting data in JSON line format. See [these docs](#how-to-export-data-in-json-line-format) for details.
|
||||||
* `/api/v1/export/csv` for exporting data in CSV. See [these docs](#how-to-export-csv-data) for details.
|
* `/api/v1/export/csv` for exporting data in CSV. See [these docs](#how-to-export-csv-data) for details.
|
||||||
* `/api/v1/export/native` for exporting data in native binary format. This is the most efficient format for data export.
|
* `/api/v1/export/native` for exporting data in native binary format. This is the most efficient format for data export.
|
||||||
See [these docs](#how-to-export-data-in-native-format) for details.
|
See [these docs](#how-to-export-data-in-native-format) for details.
|
||||||
|
@ -904,7 +904,7 @@ Optional `max_rows_per_line` arg may be added to the request for limiting the ma
|
||||||
Optional `reduce_mem_usage=1` arg may be added to the request for reducing memory usage when exporting big number of time series.
|
Optional `reduce_mem_usage=1` arg may be added to the request for reducing memory usage when exporting big number of time series.
|
||||||
In this case the output may contain multiple lines with samples for the same time series.
|
In this case the output may contain multiple lines with samples for the same time series.
|
||||||
|
|
||||||
Pass `Accept-Encoding: gzip` HTTP header in the request to `/api/v1/export` in order to reduce network bandwidth during exporing big amounts
|
Pass `Accept-Encoding: gzip` HTTP header in the request to `/api/v1/export` in order to reduce network bandwidth during exporting big amounts
|
||||||
of time series data. This enables gzip compression for the exported data. Example for exporting gzipped data:
|
of time series data. This enables gzip compression for the exported data. Example for exporting gzipped data:
|
||||||
|
|
||||||
<div class="with-copy" markdown="1">
|
<div class="with-copy" markdown="1">
|
||||||
|
|
Loading…
Reference in a new issue