summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-01-08 10:44:44 +0200
committerGitHub <noreply@github.com>2020-01-08 10:44:44 +0200
commit9bccf7afc97ff29e67a194df3bf10a219df01dcc (patch)
tree5831fb1fa80a4032ec05f768bdbbc5e108a85ef0 /README.md
parent7bcb8c4148d7b303ef6e6cb145445f320af2b073 (diff)
Docs: Improve documentation of opting out of anonymous statistics (#7597)
* Added anon stats to installer page * Added notes to other pages * Tweaks to main README and docs homepage * Path fix * Tweak and add to Docker page * Fixing issues from Mansour & Timo * Linter fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2852f4d424..1cf1df1f54 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,12 @@ bash
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
```
+Starting with v1.12, Netdata collects anonymous usage information by default and sends it to Google Analytics. Read
+about the information collected, and learn how to-opt, on our [anonymous statistics](docs/anonymous-statistics.md) page.
+
+The usage statistics are _vital_ for us, as we use them to discover bugs and priortize new features. We thank you for
+_actively_ contributing to Netdata's future.
+
To learn more about the pros and cons of using *nightly* vs. *stable* releases, see our [notice about the two options](packaging/installer/README.md#nightly-vs-stable-releases).
The above command will:
@@ -98,7 +104,9 @@ The above command will:
- Install any required packages on your system (it will ask you to confirm before doing so)
- Compile it, install it, and start it.
-More installation methods and additional options can be found at the [installation page](packaging/installer/#installation).
+More installation methods and additional options can be found at the [installation page](packaging/installer/README.md).
+
+---
To try Netdata in a docker container, run this: