Skip to content
Draft
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
21 changes: 16 additions & 5 deletions pages/fundamentals/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Telemetry is an automated process that collects data at a remote point. The only
reason why Memgraph uses telemetry data is to improve its products by focusing
on areas important to users. Memgraph fully understands the need for user
privacy which is why the telemetry feature is completely optional and can be
**[fully disabled](#how-to-disable-telemetry)** before starting the database.
**[fully disabled](#how-to-disable-telemetry)** before starting the database.

This article serves to cultivate transparent communication with the developer
community. Your feedback is very much appreciated, and telemetry data is a way
Expand All @@ -27,7 +27,7 @@ available, the following data will be sent to and stored on Memgraph's servers.
- CPU microarchitecture level
- Memory information
- Host OS
- Kernel information
- Kernel information

**Information about the clients:**
- client name
Expand All @@ -40,9 +40,20 @@ available, the following data will be sent to and stored on Memgraph's servers.
- disk storage and usage
- RAM usage
- number of nodes and relationships
- number of distinct labels and edge types
- number of constraints and indices
- storage mode
- isolation level
- number of triggers and streams
- storage mode
- isolation level
- property store compression settings

**Aggregate statistics across all databases:**
- Total number of databases
- Total number of users and roles
- Distribution of labels by node count
- Number of databases per storage mode
- Number of databases per isolation level
- Number of databases with snapshots/WAL enabled

**Database runtime information:**
- If durability and SSL is enabled.
Expand Down Expand Up @@ -81,7 +92,7 @@ more likely to benefit a larger subset of Memgraph users.
## Disable telemetry

Telemetry is **completely optional** and can be fully disabled when starting the
database.
database.

There are two ways to disable Memgraph's telemetry features:
- In the `/etc/memgraph/memgraph.conf` file change the setting
Expand Down