From 9005616dfe9df543202285f2cec24c901874a354 Mon Sep 17 00:00:00 2001 From: Andi Skrgat Date: Thu, 25 Sep 2025 08:08:24 +0200 Subject: [PATCH 1/2] docs: Document telemetry data --- pages/fundamentals/telemetry.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/fundamentals/telemetry.mdx b/pages/fundamentals/telemetry.mdx index 0fc8bec1d..72e06e6b9 100644 --- a/pages/fundamentals/telemetry.mdx +++ b/pages/fundamentals/telemetry.mdx @@ -52,6 +52,15 @@ available, the following data will be sent to and stored on Memgraph's servers. - Query module calls - **Only the names** of the query module and procedure are recorded. +**High availability cluster information:** + - The number of strict sync, sync and asynchronous replicas (retrieved from the current main) + - The number of coordinators in the cluster + - Configuration options: instance_down_timeout_sec, instance_health_check_frequency_sec, enabled_reads_on_main, sync_failover_only + +**Running environment:** + - Whether Memgraph is running in K8s or somewhere else + + No personal information is sent in the process of collecting telemetry data. Each database generates a unique identifier by which data coming from the same database instance is grouped. This unique identifier is in no way connected to From db71d88491d6b93a8ab1652a55da7c927718d1d3 Mon Sep 17 00:00:00 2001 From: Matea Pesic <80577904+matea16@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:27:31 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- pages/fundamentals/telemetry.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/fundamentals/telemetry.mdx b/pages/fundamentals/telemetry.mdx index 72e06e6b9..2daa7a74a 100644 --- a/pages/fundamentals/telemetry.mdx +++ b/pages/fundamentals/telemetry.mdx @@ -53,12 +53,12 @@ available, the following data will be sent to and stored on Memgraph's servers. **High availability cluster information:** - - The number of strict sync, sync and asynchronous replicas (retrieved from the current main) - - The number of coordinators in the cluster - - Configuration options: instance_down_timeout_sec, instance_health_check_frequency_sec, enabled_reads_on_main, sync_failover_only + - The number of strict sync, sync and asynchronous replicas (retrieved from the current main). + - The number of coordinators in the cluster. + - Configuration options: `instance_down_timeout_sec`, `instance_health_check_frequency_sec`, `enabled_reads_on_main`, `sync_failover_only`. **Running environment:** - - Whether Memgraph is running in K8s or somewhere else + - Whether Memgraph is running in K8s or somewhere else. No personal information is sent in the process of collecting telemetry data.