@@ -71,21 +71,21 @@ Ref: [opentelemetry-js/issues/4235](https://github.com/open-telemetry/openteleme
7171
7272Attributes collected:
7373
74- | Attribute | Short Description | Notes |
75- | ------------ | ---------------------------------- | ----------------- |
76- | ` http.request.method ` | HTTP request method. | Key: ` HTTP_REQUEST_METHOD ` |
77- | ` http.request.method_original ` | Original HTTP method sent by the client in the request line. | Key: ` HTTP_REQUEST_METHOD_ORIGINAL ` |
78- | ` url.full ` | Absolute URL describing a network resource according to [ RFC3986 ] ( https://www.rfc-editor.org/rfc/rfc3986 ) . | Key: ` URL_FULL ` |
79- | ` url.path ` | The [ URI path ] ( https://www.rfc-editor .org/rfc/rfc3986 #section-3.3 ) component. | Key: ` URL_PATH ` |
80- | ` url.query ` | The [ URI query ] ( https://www.rfc-editor.org/rfc/rfc3986#section-3.4 ) component. | Key: ` URL_QUERY ` |
81- | ` url.scheme ` | HTTP request method. | Key: ` URL_SCHEME ` |
82- | ` server.address ` | Server domain name, IP address or Unix domain socket name. | Key: ` HTTP_REQUEST_METHOD ` |
83- | ` server.port ` | Server port number. | Key: ` HTTP_REQUEST_METHOD ` |
84- | ` user_agent.original ` | Value of the HTTP User-Agent header sent by the client. | Key: ` USER_AGENT_ORIGINAL ` |
85- | ` network.peer.address ` | Peer address of the network connection - IP address or Unix domain socket name. | Key: ` NETWORK_PEER_ADDRESS ` |
86- | ` network.peer.port ` | Peer port number of the network connection. | Key: ` NETWORK_PEER_PORT ` |
87- | ` http.response.status_code ` | [ HTTP response status code ] ( https://tools.ietf.org/html/rfc7231#section-6 ) . | Key: ` HTTP_RESPONSE_STATUS_CODE ` |
88- | ` error.type ` | Describes a class of error the operation ended with. | Key: ` ERROR_TYPE ` |
74+ | Attribute | Short Description |
75+ | ------------------------------ | ----------------------------------------------------------------------------------------- ----------------- |
76+ | ` error.type ` | Describes a class of error the operation ended with. |
77+ | ` http.request.method ` | HTTP request method. |
78+ | ` http.request.method_original ` | Original HTTP method sent by the client in the request line. |
79+ | ` http.response.status_code ` | [ HTTP response status code ] ( https://tools.ietf .org/html/rfc7231 #section-6 ) . |
80+ | ` network.peer.address ` | Peer address of the network connection - IP address or Unix domain socket name. |
81+ | ` network.peer.port ` | Peer port number of the network connection. |
82+ | ` server.address ` | Server domain name, IP address or Unix domain socket name. |
83+ | ` server.port ` | Server port number. |
84+ | ` url.full ` | Absolute URL describing a network resource according to [ RFC3986 ] ( https://www.rfc-editor.org/rfc/rfc3986 ) . |
85+ | ` url.path ` | The [ URI path ] ( https://www.rfc-editor.org/rfc/rfc3986#section-3.3 ) component. |
86+ | ` url.query ` | The [ URI query ] ( https://www.rfc-editor.org/rfc/rfc3986#section-3.4 ) component. |
87+ | ` url.scheme ` | HTTP request method. |
88+ | ` user_agent.original ` | Value of the HTTP User-Agent header sent by the client. |
8989
9090## Useful links
9191
0 commit comments