Telemetry - Security questions

Hello @hrm, thank you for this interesting question!
Before answering your question let me remind you of the purpose of telemetry for Airbyte.
We use telemetry to build reporting on the dashboard to measure the usage of Airbyte and its connector. It allows us to easily identify the failing connectors and prioritize our development efforts on these connectors. E.G.: The fix for a heavily used connector that is often failing will be highly prioritized. The telemetry does not send the data you sync, only metadata about the job you run.

Is there an option to fully disable telemetry?

Yes, please check this post: Can I disable analytics in Airbyte?

Airbyte uses Segment to send telemetry data. The segment client we are using sends analytics data to Segment’s servers: https://api.segment.io (on the port 443 as this is https).
If you deny egress traffic on this port you basically disallow Airbyte to connect to the internet…

What does the “Anonymize my usage data” toggle do in the screenshot? If it’s off, does it mean no telemetry is being sent, or does it mean that it’ll be sent regardless without anonymization?

When you first connect to Airbyte we ask you to fill in an email address. Anonymizing my usage data means that the telemetry will be sent without your email address. In other words, we won’t be able to match your email address to the telemetry activity we receive.

Is there a way to restrict the types of telemetry that goes back (i.e. don’t report connector job status, etc.)?

Not at the moment, it’s all in our all out.

I hope I answered your questions, feel free to ask for more details if needed.

1 Like