Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion documentation/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,6 @@ http.net.connection.sndbuf=2m
| [Replication](/docs/configuration/database-replication/) | High availability cluster replication | ✓ |
| [Shared workers](/docs/configuration/shared-workers/) | Worker thread pools | |
| [Storage policy](/docs/configuration/storage-policy/) | Partition lifecycle management | ✓ |
| [Telemetry](/docs/configuration/telemetry/) | Anonymous usage telemetry | |
| [Telemetry](/docs/configuration/telemetry/) | Usage telemetry | |
| [TLS encryption](/docs/configuration/tls/) | TLS settings for all interfaces | ✓ |
| [WAL table configurations](/docs/configuration/wal/) | Write-Ahead Log settings | |
13 changes: 7 additions & 6 deletions documentation/configuration/telemetry.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
---
title: Telemetry
description: Configuration settings for anonymous telemetry in QuestDB.
description: Configuration settings for telemetry in QuestDB.
---

QuestDB sends anonymous telemetry data with information about usage which helps
us improve the product over time. We do not collect any personally-identifying
information, and we do not share any of this data with third parties.
QuestDB collects usage telemetry that helps us improve the product. Telemetry
does not include the data stored in your tables, and metrics such as database
size and table count are sent as ranges rather than exact values. See our
[Privacy Notice](https://questdb.com/privacy-notice/) for details.

## telemetry.enabled

- **Default**: `true`
- **Reloadable**: no

Enable or disable anonymous usage metrics collection.
Enable or disable usage metrics collection.

## telemetry.hide.tables

- **Default**: `false`
- **Default**: `true`
- **Reloadable**: no

Hides telemetry tables from `select * from tables()` output. When enabled,
Expand Down
Loading