summaryrefslogtreecommitdiffstats
path: root/docs/anonymous-statistics.md
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-02-15 17:23:32 +0300
committerGitHub <noreply@github.com>2022-02-15 17:23:32 +0300
commit2ff0c5c3cf96a80eaed28c955edb00dc6a249dd8 (patch)
tree2b1afe173fe5c06ddda19ab4512670340fa7a3ae /docs/anonymous-statistics.md
parente7102bd84f7804ee7dadc9e2d43fb36c4289ee08 (diff)
rename DO_NOT_TRACK to DISABLE_TELEMETRY (#12126)
Diffstat (limited to 'docs/anonymous-statistics.md')
-rw-r--r--docs/anonymous-statistics.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/anonymous-statistics.md b/docs/anonymous-statistics.md
index 82c018e1b3..c00e4b8205 100644
--- a/docs/anonymous-statistics.md
+++ b/docs/anonymous-statistics.md
@@ -86,11 +86,11 @@ installation, including manual, offline, and macOS installations. Create the fil
**Pass the option `--disable-telemetry` to any of the installer scripts in the [installation
docs](/packaging/installer/README.md).** You can append this option during the initial installation or a manual
-update. You can also export the environment variable `DO_NOT_TRACK` with a non-zero or non-empty value
-(e.g: `export DO_NOT_TRACK=1`).
+update. You can also export the environment variable `DISABLE_TELEMETRY` with a non-zero or non-empty value
+(e.g: `export DISABLE_TELEMETRY=1`).
-When using Docker, **set your `DO_NOT_TRACK` environment variable to `1`.** You can set this variable with the following
-command: `export DO_NOT_TRACK=1`. When creating a container using Netdata's [Docker
+When using Docker, **set your `DISABLE_TELEMETRY` environment variable to `1`.** You can set this variable with the following
+command: `export DISABLE_TELEMETRY=1`. When creating a container using Netdata's [Docker
image](/packaging/docker/README.md#create-a-new-netdata-agent-container) for the first time, this variable will disable
the anonymous statistics script inside of the container.