File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ type UserConfig struct {
101101 // Telemetry configuration
102102 // Uses config overlay pattern: client > server > default.
103103 // Unset = check server feature flag; explicitly true/false overrides the server.
104- EnableTelemetry ConfigValue [bool ]
105- Transport http.RoundTripper
104+ EnableTelemetry ConfigValue [bool ]
105+ Transport http.RoundTripper
106106 UseLz4Compression bool
107107 EnableMetricViewMetadata bool
108108 CloudFetchConfig
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type metricsAggregator struct {
2424 closeOnce sync.Once
2525 ctx context.Context // Cancellable context for in-flight exports
2626 cancel context.CancelFunc // Cancels ctx on close
27- exportSem chan struct {} // Bounds concurrent export goroutines
27+ exportSem chan struct {} // Bounds concurrent export goroutines
2828}
2929
3030// statementMetrics holds aggregated metrics for a statement.
You can’t perform that action at this time.
0 commit comments