We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0b1c5 commit 75f0779Copy full SHA for 75f0779
internal/config/config.go
@@ -99,7 +99,7 @@ type UserConfig struct {
99
RetryWaitMax time.Duration
100
RetryMax int
101
// Telemetry configuration
102
- EnableTelemetry bool // Opt-in for telemetry; follows client > server > default priority
+ EnableTelemetry bool // Opt-in for telemetry; follows client > server > default priority
103
Transport http.RoundTripper
104
UseLz4Compression bool
105
EnableMetricViewMetadata bool
0 commit comments