From 9188064293396fc0b5d789038a16ef8459f694e7 Mon Sep 17 00:00:00 2001 From: bwplotka Date: Tue, 4 Aug 2026 15:39:41 +0100 Subject: [PATCH] tracing: remove explicit schema URL when building tracer provider resource --- tracing/tracing.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tracing/tracing.go b/tracing/tracing.go index 6ff7dd4c0e..2fa6e3bb6d 100644 --- a/tracing/tracing.go +++ b/tracing/tracing.go @@ -142,7 +142,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),