Network Attributes

8 attributes in this category. 8 stable

Stable Attributes

network.local.address

string PII: Maybe OTel: True

Local address of the network connection - IP address or Unix domain socket name.

Example 10.1.2.80
Aliases net.host.ipnet.sock.host.addr
Raw JSON
{
  "key": "network.local.address",
  "brief": "Local address of the network connection - IP address or Unix domain socket name.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "10.1.2.80",
  "alias": [
    "net.host.ip",
    "net.sock.host.addr"
  ]
}

network.local.port

integer PII: Maybe OTel: True

Local port number of the network connection.

Example 65400
Aliases net.sock.host.port
Raw JSON
{
  "key": "network.local.port",
  "brief": "Local port number of the network connection.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": 65400,
  "alias": [
    "net.sock.host.port"
  ]
}

network.peer.address

string PII: Maybe OTel: True

Peer address of the network connection - IP address or Unix domain socket name.

Example 10.1.2.80
Aliases net.peer.ipnet.sock.peer.addr
Raw JSON
{
  "key": "network.peer.address",
  "brief": "Peer address of the network connection - IP address or Unix domain socket name.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "10.1.2.80",
  "alias": [
    "net.peer.ip",
    "net.sock.peer.addr"
  ]
}

network.peer.port

integer PII: Maybe OTel: True

Peer port number of the network connection.

Example 65400
Raw JSON
{
  "key": "network.peer.port",
  "brief": "Peer port number of the network connection.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": 65400
}

network.protocol.name

string PII: Maybe OTel: True

OSI application layer or non-OSI equivalent.

Example http
Aliases net.protocol.name
Raw JSON
{
  "key": "network.protocol.name",
  "brief": "OSI application layer or non-OSI equivalent.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "http",
  "alias": [
    "net.protocol.name"
  ]
}

network.protocol.version

string PII: Maybe OTel: True

The actual version of the protocol used for network communication.

Example 1.1
Aliases http.flavornet.protocol.version
Raw JSON
{
  "key": "network.protocol.version",
  "brief": "The actual version of the protocol used for network communication.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "1.1",
  "alias": [
    "http.flavor",
    "net.protocol.version"
  ]
}

network.transport

string PII: Maybe OTel: True

OSI transport layer or inter-process communication method.

Example tcp
Aliases net.transport
Raw JSON
{
  "key": "network.transport",
  "brief": "OSI transport layer or inter-process communication method.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "tcp",
  "alias": [
    "net.transport"
  ]
}

network.type

string PII: Maybe OTel: True

OSI network layer or non-OSI equivalent.

Example ipv4
Raw JSON
{
  "key": "network.type",
  "brief": "OSI network layer or non-OSI equivalent.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "example": "ipv4"
}