summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-08-31 12:25:35 +0300
committerGitHub <noreply@github.com>2023-08-31 12:25:35 +0300
commite5c11c0cd614a97d254059d408e1fd2727f870e5 (patch)
tree70809f820302b75e3b5ddb5b25d087de3cd268e1
parentdb04ebf5c2f761f45ddeb871d9ef6126c878c37f (diff)
Update docs/store/change-metrics-storage.mdAncairon-patch-2
Co-authored-by: Emmanuel Vasilakis <mrzammler@mm.st>
-rw-r--r--docs/store/change-metrics-storage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/store/change-metrics-storage.md b/docs/store/change-metrics-storage.md
index 2beda7e21c..ef1f8ee891 100644
--- a/docs/store/change-metrics-storage.md
+++ b/docs/store/change-metrics-storage.md
@@ -43,7 +43,7 @@ we will have a data point every minute in tier 1 and every minute in tier 2.
Up to 5 tiers are supported. You may add, or remove tiers and/or modify these multipliers, as long as the
product of all the "update every iterations" does not exceed 65535 (number of points for each tier0 point).
-e.g. If you simply add a fourth tier by setting `storage tiers = 4` and defining the disk space for the new tier,
+e.g. If you simply add a fourth tier by setting `storage tiers = 4` and define the disk space for the new tier,
the product of the "update every iterations" will be 60 \* 60 \* 60 = 216,000, which is > 65535. So you'd need to reduce
the `update every iterations` of the tiers, to stay under the limit.