docs/telemetry.md
Quickwit, Inc. collects anonymous data regarding general usage to help us drive our development. Privacy and transparency are at the heart of Quickwit values and we only collect the minimal useful data and don't use any third party tool for the collection.
Data collection are opt-out. To disable them, just set the environment variable QW_DISABLE_TELEMETRY to whatever value.
export QW_DISABLE_TELEMETRY=1
Look at --help command output to check whether telemetry is enabled or not:
quickwit --help
Quickwit 0.7
Sub-second search & analytics engine on cloud storage.
Find more information at https://quickwit.io/docs
Telemetry enabled
The line Telemetry enabled disappears when you disable it.
We collect the minimum amount of information to respect privacy. Here are the data collected:
KUBERNETES_SERVICE_HOST is set.All data are sent to telemetry.quickwit.io.
We did not want to add any untrusted third party tool in the collection so we decided to implement and host our own metric collection server.