Spice collects anonymous telemetry data to help improve the product. Usage telemetry is anonymous and aggregated.
The following anonymous information is collected:
v1.0.0)sha256(hostname + spicepod.name).sha256(spicepod.name).
Data collected is sent to https://telemetry.spiceai.org once every hour.
:::warning[Open Source builds]
In Spice.ai Open Source builds that include the anonymous_telemetry feature (the default), setting runtime.telemetry.enabled: false in a Spicepod or passing --telemetry-enabled=false does not disable anonymous usage telemetry. The runtime will log a warning when these settings are detected but are not applied.
To fully remove anonymous telemetry from an Open Source build, compile from source without the anonymous_telemetry feature (option 3 below), or use Spice.ai Enterprise.
:::
Telemetry can be disabled in the following ways:
Spice.ai Enterprise: Anonymous telemetry respects the runtime.telemetry.enabled and --telemetry-enabled settings.
Compile without the anonymous_telemetry feature (Open Source):
i.e.
The following settings disable telemetry in Spice.ai Enterprise builds:
Running the Spice runtime with the CLI flag --telemetry-enabled false:
or
Adding the following configuration to the Spicepod configuration file (spicepod.yaml):