This commit is contained in:
Shreyas Goenka 2025-02-24 18:31:43 +01:00
parent 0f98570539
commit 33a7f7151e
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export DATABRICKS_CLI_TELEMETRY_PID_FILE=./telemetry.pid export DATABRICKS_CLI_TELEMETRY_PID_FILE=./telemetry.pid
export DATABRICKS_CLI_TELEMETRY_UPLOAD_LOGS_FILE=./out.upload_process.txt export DATABRICKS_CLI_TELEMETRY_UPLOAD_LOGS_FILE=./out.upload_process.txt
export DATABRICKS_CLI_TELEMETRY_DISABLE="true" export DATABRICKS_CLI_DISABLE_TELEMETRY="true"
trace $CLI selftest send-telemetry trace $CLI selftest send-telemetry

View File

@ -24,7 +24,7 @@ const (
// Environment variable to disable telemetry. If this is set to any value, telemetry // Environment variable to disable telemetry. If this is set to any value, telemetry
// will be disabled. // will be disabled.
DisableEnvVar = "DATABRICKS_CLI_TELEMETRY_DISABLE" DisableEnvVar = "DATABRICKS_CLI_DISABLE_TELEMETRY"
// Max time to try and upload the telemetry logs. Useful for testing. // Max time to try and upload the telemetry logs. Useful for testing.
UploadTimeoutEnvVar = "DATABRICKS_CLI_TELEMETRY_UPLOAD_TIMEOUT" UploadTimeoutEnvVar = "DATABRICKS_CLI_TELEMETRY_UPLOAD_TIMEOUT"