@cryptotaxi247 / netdata-1 / commits / 728a36e02

Add data privacy links (#11226)

Joel Hans committed Jun 9, 2021 at 10:09 UTC 728a36e020402d8921fd1234a120092e6ba70099
2 files changed +9 -2
aclk/README.md
+2 -1
@@ -20,7 +20,8 @@ documentation](/claim/README.md).
20
21 ## Data privacy
22
23 -Privacy is very important to us. We firmly believe that your data belongs to you. This is why **we don't store any metric data in Netdata Cloud**.
23 +[Data privacy](https://netdata.cloud/data-privacy/) is very important to us. We firmly believe that your data belongs to
24 +you. This is why **we don't store any metric data in Netdata Cloud**.
25
26 All the data that the user sees in the web browser when using Netdata Cloud, are actually streamed directly from the Netdata Agent to the Netdata Cloud dashboard. They pass through our systems, but they are not stored.
27
docs/anonymous-statistics.md
+7 -1
@@ -7,7 +7,13 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/anonymous-s
7
8 # Anonymous statistics
9
10 -Netdata collects anonymous usage information by default using the open-source product analytics platform [PostHog](https://github.com/PostHog/posthog). We self-host our PostHog instance, which means your data is never sent or processed by any third parties outside of the Netdata infrastructure. We use the statistics gathered from this information for two purposes:
10 +By default, Netdata collects anonymous usage information from the open-source monitoring agent using the open-source
11 +product analytics platform [PostHog](https://github.com/PostHog/posthog). We self-host our PostHog instance, which means
12 +your data is never sent or processed by any third parties outside of the Netdata infrastructure.
13 +
14 +We are strongly committed to your [data privacy](https://netdata.cloud/data-privacy/).
15 +
16 +We use the statistics gathered from this information for two purposes:
17
18 1. **Quality assurance**, to help us understand if Netdata behaves as expected, and to help us classify repeated
19 issues with certain distributions or environments.