Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
EXPORT TELEMETRY
On this page
Writes usage telemetry data to a file.
This command generates the same usage telemetry data that is sent when the send_ engine variable is enabled, and is based off of the data in the usage_ information schema table.
Syntax
EXPORT TELEMETRY TO 'file name' FOR PROD|QA|DEV|SANDBOX [FORCE]Arguments
-
FORCEoption will overwrite the file if it already exists. -
FOR PROD|QA|DEV|SANDBOXspecifies the type of cluster the report is for.
Remarks
EXPORT TELEMETRY honors the secure_ engine variable which limits the directories to which SingleStore can write a file.
Example
Write usage telemetry data to a file called 'tel_
EXPORT TELEMETRY TO '/tmp/tel_dev_20240306' FOR DEV;
Query OK, 0 rows affected (0.00 sec)Last modified: July 30, 2024