From cccd2a689446a113bf66c31ef51c112063279e18 Mon Sep 17 00:00:00 2001 From: bwplotka Date: Tue, 4 Aug 2026 15:38:48 +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 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),