We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e99505 commit 803ab50Copy full SHA for 803ab50
pkg/telemetry/otel.go
@@ -64,7 +64,6 @@ func newTracerProvider(ctx context.Context, isExperiment bool) (*trace.TracerPro
64
serviceName := OTELExperimentJobHelperServiceName
65
if isExperiment {
66
serviceName = OTELExperimentJobServiceName
67
-
68
}
69
res, err := resource.New(ctx,
70
resource.WithAttributes(
0 commit comments