From e5c11c0cd614a97d254059d408e1fd2727f870e5 Mon Sep 17 00:00:00 2001 From: Fotis Voutsas Date: Thu, 31 Aug 2023 12:25:35 +0300 Subject: Update docs/store/change-metrics-storage.md Co-authored-by: Emmanuel Vasilakis --- docs/store/change-metrics-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3