content/shared/influxdb3-reference/telemetry.md
InfluxData collects information, or telemetry data, about the usage of {{% product-name %}} to help improve the product. Learn what data {{% product-name %}} collects and sends to InfluxData, how it's used, and how you can opt out.
{{< product-name >}} collects the following telemetry data:
Telemetry data is transmitted once per hour.
To "opt-out" of collecting and sending {{% product-name %}} telemetry data,
include the --disable-telemetry-upload flag or set the INFLUXDB3_TELEMETRY_DISABLE_UPLOAD environment variable
when starting {{% product-name %}}.
Default: false
| influxdb3 flag | Environment variable |
|---|---|
--disable-telemetry-upload | INFLUXDB3_TELEMETRY_DISABLE_UPLOAD |
influxdb3 serve --disable-telemetry-upload
export INFLUXDB3_TELEMETRY_DISABLE_UPLOAD=true
When telemetry is disabled, no usage data is collected or transmitted.
The telemetry data is used by InfluxData to understand product usage patterns, improve product performance and reliability, prioritize feature development, and identify/resolve issues. No personally identifiable information (PII) is collected.
All telemetry data is transmitted securely via HTTPS. No database contents, queries, or user data is collected; only operational metrics and system information is transmitted.
All data collection follows InfluxData's privacy policy.