Local address of the network connection - IP address or Unix domain socket name.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | 10.1.2.80 |
| Aliases | net.host.ip, net.sock.host.addr |
Local port number of the network connection.
| Property | Value |
|---|---|
| Type | integer |
| Has PII | false |
| Exists in OpenTelemetry | Yes |
| Example | 65400 |
| Aliases | net.sock.host.port |
Peer address of the network connection - IP address or Unix domain socket name.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | 10.1.2.80 |
| Aliases | net.peer.ip, net.sock.peer.addr |
Peer port number of the network connection.
| Property | Value |
|---|---|
| Type | integer |
| Has PII | false |
| Exists in OpenTelemetry | Yes |
| Example | 65400 |
OSI application layer or non-OSI equivalent.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | http |
| Aliases | net.protocol.name |
The actual version of the protocol used for network communication.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | 1.1 |
| Aliases | http.flavor, net.protocol.version |
OSI transport layer or inter-process communication method.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | tcp |
| Aliases | net.transport |
OSI network layer or non-OSI equivalent.
| Property | Value |
|---|---|
| Type | string |
| Has PII | maybe |
| Exists in OpenTelemetry | Yes |
| Example | ipv4 |