summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-04-16 13:57:00 -0700
committerGitHub <noreply@github.com>2020-04-16 13:57:00 -0700
commit3bac7654b70d1a61416f2c13d8ece679b20f7e5a (patch)
tree1a4b47ba62af2dd80073e90fe2a28529b290c68a /docs
parent08b6fd42ea316bba11a472d25c3d5a8be31e0df4 (diff)
Docs: Combined claiming+ACLK documentation (#8724)
* Init new documents * Finalize draft of combined claiming doc * Add notice to anonymous stats * Remove .. from links * Update none proxy setting * Changes for Andrew and Manos * Remove E2EE from ACLK * Add details about netdata user
Diffstat (limited to 'docs')
-rw-r--r--docs/anonymous-statistics.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/anonymous-statistics.md b/docs/anonymous-statistics.md
index 49a6f92043..46bf06bcec 100644
--- a/docs/anonymous-statistics.md
+++ b/docs/anonymous-statistics.md
@@ -70,6 +70,13 @@ events is:
Furthermore, the FATAL event sends the Netdata process & thread name, along with the source code function, source code
filename and source code line number of the fatal error.
+Starting with v1.21, we additionally collect information about:
+
+- Failures to build the dependencies required to use Cloud features.
+- Unavailability of Cloud features in an agent.
+- Failures to connect to the Cloud in case the agent has been [claimed](/claim/README.md). This includes error codes
+ to inform the Netdata team about the reason why the connection failed.
+
To see exactly what and how is collected, you can review the script template `daemon/anonymous-statistics.sh.in`. The
template is converted to a bash script called `anonymous-statistics.sh`, installed under the Netdata `plugins
directory`, which is usually `/usr/libexec/netdata/plugins.d`.