From 7923de715114379b06b90a8bff256322efe43e99 Mon Sep 17 00:00:00 2001 From: Lisa Guo Date: Tue, 17 Jun 2025 11:24:34 -0400 Subject: [PATCH] Remove an attribute --- exporter/awsxrayexporter/internal/translator/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/awsxrayexporter/internal/translator/http.go b/exporter/awsxrayexporter/internal/translator/http.go index 781583afe37cf..4093491f2dfec 100644 --- a/exporter/awsxrayexporter/internal/translator/http.go +++ b/exporter/awsxrayexporter/internal/translator/http.go @@ -59,7 +59,7 @@ func makeHTTP(span ptrace.Span) (map[string]pcommon.Value, *awsxray.HTTPData) { urlParts[key] = value.Str() hasHTTP = true hasHTTPRequestURLAttributes = true - case conventionsv112.AttributeHTTPTarget, conventions.AttributeURLQuery: + case conventionsv112.AttributeHTTPTarget: urlParts[conventionsv112.AttributeHTTPTarget] = value.Str() hasHTTP = true case conventionsv112.AttributeHTTPServerName: