From 6fcf5029372eff9113b19b8d3346a23b533d26fc Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Fri, 11 Nov 2022 08:39:43 +0000 Subject: use calculator app instead of spreadsheet I think we should use the app instead of a spreadsheet. - It's a better user experience. - It's easier to maintain and open for all since it just lives here: https://github.com/netdata/netdata-storage-calculator. - Anyone who wants to customize it or play with it can also just open the notebook in colab. - It feels a bit more polished. p.s. we should be able to make any other look and feel improvements easy too as just PR's to the repo. --- 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 1f1dd69e57..b5c99e0d96 100644 --- a/docs/store/change-metrics-storage.md +++ b/docs/store/change-metrics-storage.md @@ -51,7 +51,7 @@ the accuracy of the values you enter below, changes in the compression ratio, an ::: -Visit the [Google Sheet Calculator](https://docs.google.com/spreadsheets/d/1aRLZJGJk6fvQDktkCB44l-EFROJcUrwOLe8rBQcfpPE/edit?usp=sharing) to customize data retention according to your preferences. To use it, you need to make a copy of this Google Sheet. Experiment with the variables highlighted in yellow to find the best settings for your use case. +Visit the [Netdata Storage Calculator]([https://docs.google.com/spreadsheets/d/1aRLZJGJk6fvQDktkCB44l-EFROJcUrwOLe8rBQcfpPE/edit?usp=sharing](https://netdata-storage-calculator.streamlit.app/)) app to customize data retention according to your preferences. There is also a [python notebook](https://github.com/netdata/netdata-storage-calculator/blob/main/calculator.ipynb) version you can also use. ## Edit `netdata.conf` with recommended database engine settings -- cgit v1.2.3