summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2021-04-14 21:07:46 +0100
committerGitHub <noreply@github.com>2021-04-14 21:07:46 +0100
commit447eca597012cbacdd87d082804b68d3d184d993 (patch)
tree497b1b261c8921b5e870644e9309100ce591a5e8
parenta94408c0cda105e3e68214c16a03c7038a5c2560 (diff)
Replace references to Google Analytics with Posthog where relevant (#10868)
* Swapping out sentence about Google Analytics with a PostHog version of it. * replace "Google Analytics" with "Netdata" replace "sent to Google Analytics" with "sent to Netdata". Since we are no using a self hosted Netdata PostHog instance i think "sent to Netdata" makes most sense. * update opt-out paragraph based on posthog * Replace references to Google Analytics with PostHog @joelhans @cakrit i'm assuming with might need to have legal input on any changes to this doc so my changes may or may not be acceptable, at a minimum they need a review by someone from legal. * update google analytics reference with posthog * replace google analytics with posthog * replace google analytics with netdata
-rw-r--r--docs/netdata-security.md2
-rw-r--r--docs/privacy-policy.md4
-rwxr-xr-xnetdata-installer.sh2
-rw-r--r--packaging/docker/README.md2
-rw-r--r--packaging/installer/README.md2
-rw-r--r--packaging/installer/methods/freebsd.md2
-rw-r--r--packaging/makeself/makeself-help-header.txt2
7 files changed, 8 insertions, 8 deletions
diff --git a/docs/netdata-security.md b/docs/netdata-security.md
index 50c6b05482..8c0fc6d63c 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -209,7 +209,7 @@ If sending this information to the central Netdata registry violates your securi
### Opt-out of anonymous statistics
-Starting with v1.12, Netdata collects anonymous usage information by default and sends it to Google Analytics. Read
+Starting with v1.30, Netdata collects anonymous usage information by default and sends it to a self hosted PostHog instance within the Netdata infrastructure. Read
about the information collected, and learn how to-opt, on our [anonymous statistics](anonymous-statistics.md) page.
The usage statistics are _vital_ for us, as we use them to discover bugs and prioritize new features. We thank you for
diff --git a/docs/privacy-policy.md b/docs/privacy-policy.md
index 0152b0e0f5..6f68c9f6e7 100644
--- a/docs/privacy-policy.md
+++ b/docs/privacy-policy.md
@@ -31,9 +31,9 @@ As used in this policy, “personal information” means information that would
ND collects and uses personal information in the following ways:
-Website and Analytics: When you visit our Websites and use our Services, ND collects some information about your activities through tools such as Google Analytics. The type of information that we collect focuses on general information such as country or city where you are located, pages visited, time spent on pages, heat-map of visitors’ activity on the site, information about the browser you are using, etc. ND collects and uses this information pursuant to our legitimate interest in enhancing the security and utility of our Services. The information we gather and process is used in the aggregate to spot trends without deliberately identifying individuals.
+Website and Analytics: When you visit our Websites and use our Services, ND collects some information about your activities through tools such as PostHog. The type of information that we collect focuses on general information such as country or city where you are located, pages visited, time spent on pages, heat-map of visitors’ activity on the site, information about the browser you are using, etc. ND collects and uses this information pursuant to our legitimate interest in enhancing the security and utility of our Services. The information we gather and process is used in the aggregate to spot trends without deliberately identifying individuals.
-Note that you can learn about Google’s practices in connection with its analytics services and how to opt out of it by downloading the Google Analytics opt-out browser add-on, available at <https://tools.google.com/dlpage/gaoptout>.
+Note that you can learn about PostHog’s practices and privacy policy at <https://posthog.com/privacy#introduction>.
Information from Cookies: We and our service providers (for example, Google Analytics as described above) may collect information using cookies or similar technologies for the purposes described above and below. Cookies are pieces of information that are stored by your browser on the hard drive or memory of your computer or other Internet access device. Cookies may enable us to personalize your experience on the Services, maintain a persistent session, passively collect demographic information about your computer, and monitor advertisements and other activities. The Websites may use different kinds of cookies and other types of local storage (such as browser-based or plugin-based local storage).
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 2bc9abc519..ecf2caf214 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -419,7 +419,7 @@ if [ -z "$NETDATA_DISABLE_TELEMETRY" ]; then
cat << BANNER4
${TPUT_YELLOW}${TPUT_BOLD}NOTE${TPUT_RESET}:
- Anonymous usage stats will be collected and sent to Google Analytics.
+ Anonymous usage stats will be collected and sent to Netdata.
To opt-out, pass --disable-telemetry option to the installer or export
the environment variable DO_NOT_TRACK to a non-zero or non-empty value
(e.g: export DO_NOT_TRACK=1).
diff --git a/packaging/docker/README.md b/packaging/docker/README.md
index a960897d8c..8719d45ea9 100644
--- a/packaging/docker/README.md
+++ b/packaging/docker/README.md
@@ -11,7 +11,7 @@ you get set up quickly, and doesn't install anything permanent on the system, wh
See our full list of Docker images at [Docker Hub](https://hub.docker.com/r/netdata/netdata).
-Starting with v1.12, Netdata collects anonymous usage information by default and sends it to Google Analytics. Read
+Starting with v1.30, Netdata collects anonymous usage information by default and sends it to a self hosted PostHog instance within the Netdata infrastructure. Read
about the information collected, and learn how to-opt, on our [anonymous statistics](/docs/anonymous-statistics.md)
page.
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index d5a69aa6ad..cd11a0a8c7 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -21,7 +21,7 @@ Some third parties, such as the packaging teams at various Linux distributions,
packages. We recommend you install Netdata using one of the methods listed below to guarantee you get the latest
checksum-verified packages.
-Starting with v1.12, Netdata collects anonymous usage information by default and sends it to Google Analytics. Read
+Netdata collects anonymous usage information by default and sends it to our self hosted [PostHog](https://github.com/PostHog/posthog) installation. PostHog is an open source product analytics platform, you can read
about the information collected, and learn how to-opt, on our [anonymous statistics](/docs/anonymous-statistics.md)
page.
diff --git a/packaging/installer/methods/freebsd.md b/packaging/installer/methods/freebsd.md
index e2af417545..9c3db900fd 100644
--- a/packaging/installer/methods/freebsd.md
+++ b/packaging/installer/methods/freebsd.md
@@ -64,7 +64,7 @@ You can now access the Netdata dashboard by navigating to `http://NODE:19999`, r
![image](https://user-images.githubusercontent.com/2662304/48304090-fd384080-e51b-11e8-80ae-eecb03118dda.png)
-From Netdata v1.12 and above, anonymous usage information is collected by default and sent to Google Analytics. To read
+Starting with v1.30, Netdata collects anonymous usage information by default and sends it to a self hosted PostHog instance within the Netdata infrastructure. To read
more about the information collected and how to opt-out, check the [anonymous statistics
page](/docs/anonymous-statistics.md).
diff --git a/packaging/makeself/makeself-help-header.txt b/packaging/makeself/makeself-help-header.txt
index b2b1e4a762..9bcbf45189 100644
--- a/packaging/makeself/makeself-help-header.txt
+++ b/packaging/makeself/makeself-help-header.txt
@@ -43,7 +43,7 @@
Check its full license at:
https://github.com/netdata/netdata/blob/master/LICENSE.md
- Anonymous stat collection and reporting to Google Analytics is enabled
+ Anonymous stat collection and reporting to Netdata is enabled
by default. To disable, pass --disable-telemetry option to the installer
or export the environment variable DO_NOT_TRACK to a non-zero or non-empty
value (e.g export DO_NOT_TRACK=1).