EXPORT TELEMETRY

Writes usage telemetry data to a file.

This command generates the same usage telemetry data that is sent when the send_usage_telemetry engine variable is enabled, and is based off of the data in the usage_telemetry_status 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_file_priv engine variable which limits the directories to which SingleStore can write a file.

Example

Write usage telemetry data to a file called 'tel_dev_20240306' for a dev cluster:

EXPORT TELEMETRY TO '/tmp/tel_dev_20240306' FOR DEV;
Query OK, 0 rows affected (0.00 sec)

Last modified: March 21, 2024

Was this article helpful?