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
-
FORCE
option will overwrite the file if it already exists. -
FOR PROD|QA|DEV|SANDBOX
specifies 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