Skip to content

Commit 416977c

Browse files
Docs: Updating X-ray documentation (#729)
1 parent d238f26 commit 416977c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/getting-started/x-ray.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ exporters:
108108

109109
| OTel Attributes keys | X-Ray data model field | Notes |
110110
|-----------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
111-
| http.method | http.request.method | |
111+
| http.method, http.request.method | http.request.method | |
112112
| http.client_ip | http.request.client_ip | |
113113
| http.client_ip | http.request.x_forwarded_for | |
114-
| http.user_agent | http.request.user_agent | |
115-
| http.status_code | http.response.status | |
116-
| http.url, http.scheme, http.host, http.target, http.server_name, net.host.port, host.name, net.host.name, net.peer.name, net.peer.port, net.peer.ip | http.request.url | <ul><li> if span.kind = "Server" then construct server URL. Otherwise contruct a client URL. </li></ul> |
114+
| http.user_agent, user_agent.original | http.request.user_agent | |
115+
| http.status_code, http.response.status | http.response.status | |
116+
| http.url, http.scheme, http.host, http.target, http.server_name, net.host.port, host.name, net.host.name, net.peer.name, net.peer.port, net.peer.ip, server.address, client.address | http.request.url | <ul><li> if span.kind = "Server" then construct server URL. Otherwise contruct a client URL. </li></ul> |
117117
| message.type | http.response.content_length | <ul><li> If message.type attribute key exists and value = "RECEIVED" then http.content_length is set to messaging.message_payload_size_bytes if it is set; otherwise http.content_length is set to 0. </li></ul> |
118118

119119
##### OTel span SQL attributes translation

0 commit comments

Comments
 (0)