Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/fundamentals/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down