mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: remove coder trace telemetry (#9677)
This commit is contained in:
@ -1190,16 +1190,6 @@ when required by your organization's security policy.`,
|
||||
Group: &deploymentGroupTelemetry,
|
||||
YAML: "enable",
|
||||
},
|
||||
{
|
||||
Name: "Telemetry Trace",
|
||||
Description: "Whether Opentelemetry traces are sent to Coder. Coder collects anonymized application tracing to help improve our product. Disabling telemetry also disables this option.",
|
||||
Flag: "telemetry-trace",
|
||||
Env: "CODER_TELEMETRY_TRACE",
|
||||
Default: strconv.FormatBool(flag.Lookup("test.v") == nil),
|
||||
Value: &c.Telemetry.Trace,
|
||||
Group: &deploymentGroupTelemetry,
|
||||
YAML: "trace",
|
||||
},
|
||||
{
|
||||
Name: "Telemetry URL",
|
||||
Description: "URL to send telemetry.",
|
||||
|
Reference in New Issue
Block a user