docs: Correct time unit for tier 2 explanation (#16368)
Paul Seidler committed
Nov 9, 2023 at 17:11 UTC
7667bd3a76f0193780117cc7db1ed70339349cf2
1 file changed
+1
-1
docs/store/change-metrics-storage.md
+1
-1
@@ -38,7 +38,7 @@ on the maximum retention and the memory used by Netdata is described in detail,
38
```
39
40
The default "update every iterations" of 60 means that if a metric is collected per second in Tier 0, then
41
-we will have a data point every minute in tier 1 and every minute in tier 2.
41
+we will have a data point every minute in tier 1 and every hour in tier 2.
42
43
Up to 5 tiers are supported. You may add, or remove tiers and/or modify these multipliers, as long as the
44
product of all the "update every iterations" does not exceed 65535 (number of points for each tier0 point).