Module: OpenTelemetry::SemConv::Incubating::NET

Defined in:
lib/opentelemetry/semconv/incubating/net/attributes.rb

Attribute Names collapse

NET_HOST_IP =
Deprecated.

Replaced by network.local.address.

Note:

Stability Level: development

Deprecated, use network.local.address.

'net.host.ip'
NET_HOST_NAME =
Deprecated.

Replaced by server.address.

Note:

Stability Level: development

Deprecated, use server.address.

'net.host.name'
NET_HOST_PORT =
Deprecated.

Replaced by server.port.

Note:

Stability Level: development

Deprecated, use server.port.

'net.host.port'
NET_PEER_IP =
Deprecated.

Replaced by network.peer.address.

Note:

Stability Level: development

Deprecated, use network.peer.address.

'net.peer.ip'
NET_PEER_NAME =
Deprecated.

Replaced by server.address on client spans and client.address on server spans.

Note:

Stability Level: development

Deprecated, use server.address on client spans and client.address on server spans.

'net.peer.name'
NET_PEER_PORT =
Deprecated.

Replaced by server.port on client spans and client.port on server spans.

Note:

Stability Level: development

Deprecated, use server.port on client spans and client.port on server spans.

'net.peer.port'
NET_PROTOCOL_NAME =
Deprecated.

Replaced by network.protocol.name.

Note:

Stability Level: development

Deprecated, use network.protocol.name.

'net.protocol.name'
NET_PROTOCOL_VERSION =
Deprecated.

Replaced by network.protocol.version.

Note:

Stability Level: development

Deprecated, use network.protocol.version.

'net.protocol.version'
NET_SOCK_FAMILY =
Deprecated.

Split to network.transport and network.type.

Note:

Stability Level: development

Deprecated, use network.transport and network.type.

'net.sock.family'
NET_SOCK_HOST_ADDR =
Deprecated.

Replaced by network.local.address.

Note:

Stability Level: development

Deprecated, use network.local.address.

'net.sock.host.addr'
NET_SOCK_HOST_PORT =
Deprecated.

Replaced by network.local.port.

Note:

Stability Level: development

Deprecated, use network.local.port.

'net.sock.host.port'
NET_SOCK_PEER_ADDR =
Deprecated.

Replaced by network.peer.address.

Note:

Stability Level: development

Deprecated, use network.peer.address.

'net.sock.peer.addr'
NET_SOCK_PEER_NAME =
Deprecated.

Removed. No replacement at this time.

Note:

Stability Level: development

Deprecated, no replacement at this time.

'net.sock.peer.name'
NET_SOCK_PEER_PORT =
Deprecated.

Replaced by network.peer.port.

Note:

Stability Level: development

Deprecated, use network.peer.port.

'net.sock.peer.port'
NET_TRANSPORT =
Deprecated.

Replaced by network.transport.

Note:

Stability Level: development

Deprecated, use network.transport.

'net.transport'