From 706b33dc82fc5e1c2d62a88bf2347e165770c7c7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 9 Jan 2020 23:42:55 +0200 Subject: [PATCH] docs: fix spelling typos --- docs/Single-server-VictoriaMetrics.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index eed9cccd82..a92c448c47 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -583,7 +583,7 @@ A rough estimation of the required resources for ingestion path: * RAM size: less than 1KB per active time series. So, ~1GB of RAM is required for 1M active time series. Time series is considered active if new data points have been added to it recently or if it has been recently queried. The number of active time series may be obtained from `vm_cache_entries{type="storage/hour_metric_ids"}` metric - exproted on the `/metrics` page. + exported on the `/metrics` page. VictoriaMetrics stores various caches in RAM. Memory size for these caches may be limited by `-memory.allowedPercent` flag. * CPU cores: a CPU core per 300K inserted data points per second. So, ~4 CPU cores are required for processing @@ -664,7 +664,7 @@ There is no downsampling support at the moment, but: - VictoriaMetrics has good compression for on-disk data. See [this article](https://medium.com/@valyala/victoriametrics-achieving-better-compression-for-time-series-data-than-gorilla-317bc1f95932) for details. -These properties reduce the need in downsampling. We plan to implement downsampling in the future. +These properties reduce the need of downsampling. We plan to implement downsampling in the future. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/36) for details. @@ -707,14 +707,14 @@ For example, substitute `-graphiteListenAddr=:2003` with `-graphiteListenAddr=