Skip to content

Commit 6e7fba7

Browse files
committed
chore: address pr comments
1 parent e2b3ae7 commit 6e7fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/httpx/kiota_http/httpx_request_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def get_request_from_request_information(
607607
}
608608

609609
if url.port is not None:
610-
otel_attributes["http.port"] = url.port
610+
otel_attributes["http.port"] = str(url.port)
611611

612612
if self.observability_options.include_euii_attributes:
613613
otel_attributes.update({URL_FULL: url.geturl()})

0 commit comments

Comments
 (0)