diff --git a/tracing/tracing.go b/tracing/tracing.go index ab0372a89c..a6347b3061 100644 --- a/tracing/tracing.go +++ b/tracing/tracing.go @@ -143,7 +143,6 @@ func buildTracerProvider(ctx context.Context, tracingCfg config.TracingConfig) ( // Create a resource describing the service and the runtime. res, err := resource.New( ctx, - resource.WithSchemaURL(semconv.SchemaURL), resource.WithAttributes( semconv.ServiceNameKey.String(serviceName), semconv.ServiceVersionKey.String(version.Version),