Skip to content

Commit

Permalink
chore: address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mplemay committed Jan 2, 2025
1 parent e2b3ae7 commit 6e7fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http/httpx/kiota_http/httpx_request_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def get_request_from_request_information(
}

if url.port is not None:
otel_attributes["http.port"] = url.port
otel_attributes["http.port"] = str(url.port)

if self.observability_options.include_euii_attributes:
otel_attributes.update({URL_FULL: url.geturl()})
Expand Down

0 comments on commit 6e7fba7

Please sign in to comment.