mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
0f98570539
commit
33a7f7151e
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue