From 4e3e9b667ed53b35099b5a0eb7e600b967285f4a Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 4 Aug 2022 20:30:46 +0300 Subject: [PATCH] docs: exporing -> exporting typo fix This is a follow-up after ccb6cb650133ca035170e5f58cb4b71c8fea2e77 --- README.md | 2 +- docs/README.md | 4 ++-- docs/Single-server-VictoriaMetrics.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfbaa86e1..f7833e1d0 100644 --- a/README.md +++ b/README.md @@ -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. 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:
diff --git a/docs/README.md b/docs/README.md index bf07d1286..f7833e1d0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -870,7 +870,7 @@ when new data is ingested into it. 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/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. @@ -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. 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:
diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 090f6dd53..d17694397 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -874,7 +874,7 @@ when new data is ingested into it. 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/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. @@ -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. 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: