This document describes how to configure Flipt’s telemetry outputs as well as what data is captured.
Flipt developers rely on anonymous usage data to help prioritize new features and improve the product. The information collected is completely anonymous, never shared with external entities, and you can opt-out at any time.
The telemetry data is collected by default, but you can disable it by following the instructions below.
Telemetry is only collected when Flipt is running, once at startup and then every 4 hours.
We use Segment to collect the data. Only the Flipt team has access to the raw data.
Here is an example of the telemetry data sent to Segment:
You can always view the current schema of the telemetry data and see how it’s collected on GitHub.
Telemetry collection can be disabled in several ways:
Telemetry can also be disabled by setting the DO_NOT_TRACK environment variable to true
or 1
:
This document describes how to configure Flipt’s telemetry outputs as well as what data is captured.
Flipt developers rely on anonymous usage data to help prioritize new features and improve the product. The information collected is completely anonymous, never shared with external entities, and you can opt-out at any time.
The telemetry data is collected by default, but you can disable it by following the instructions below.
Telemetry is only collected when Flipt is running, once at startup and then every 4 hours.
We use Segment to collect the data. Only the Flipt team has access to the raw data.
Here is an example of the telemetry data sent to Segment:
You can always view the current schema of the telemetry data and see how it’s collected on GitHub.
Telemetry collection can be disabled in several ways:
Telemetry can also be disabled by setting the DO_NOT_TRACK environment variable to true
or 1
: