Class NetIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.NetIncubatingAttributes

public final class NetIncubatingAttributes extends Object
  • Field Details

    • NET_HOST_IP

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_HOST_IP
      Deprecated.
      Replaced by network.local.address.
      Deprecated, use network.local.address.

    • NET_HOST_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_HOST_NAME
      Deprecated.
      Replaced by server.address.
      Deprecated, use server.address.

    • NET_HOST_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NET_HOST_PORT
      Deprecated.
      Replaced by server.port.
      Deprecated, use server.port.

    • NET_PEER_IP

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_PEER_IP
      Deprecated.
      Replaced by network.peer.address.
      Deprecated, use network.peer.address.

    • NET_PEER_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_PEER_NAME
      Deprecated.
      Replaced by server.address on client spans and client.address on server spans.
      Deprecated, use server.address on client spans and client.address on server spans.

    • NET_PEER_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NET_PEER_PORT
      Deprecated.
      Replaced by server.port on client spans and client.port on server spans.
      Deprecated, use server.port on client spans and client.port on server spans.

    • NET_PROTOCOL_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_PROTOCOL_NAME
      Deprecated.
      Replaced by network.protocol.name.
      Deprecated, use network.protocol.name.

    • NET_PROTOCOL_VERSION

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_PROTOCOL_VERSION
      Deprecated.
      Replaced by network.protocol.version.
      Deprecated, use network.protocol.version.

    • NET_SOCK_FAMILY

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_SOCK_FAMILY
      Deprecated.
      Split to network.transport and network.type.
      Deprecated, use network.transport and network.type.

    • NET_SOCK_HOST_ADDR

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_SOCK_HOST_ADDR
      Deprecated.
      Replaced by network.local.address.
      Deprecated, use network.local.address.

    • NET_SOCK_HOST_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NET_SOCK_HOST_PORT
      Deprecated.
      Replaced by network.local.port.
      Deprecated, use network.local.port.

    • NET_SOCK_PEER_ADDR

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_SOCK_PEER_ADDR
      Deprecated.
      Replaced by network.peer.address.
      Deprecated, use network.peer.address.

    • NET_SOCK_PEER_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_SOCK_PEER_NAME
      Deprecated.
      Removed.
      Deprecated, no replacement at this time.

    • NET_SOCK_PEER_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NET_SOCK_PEER_PORT
      Deprecated.
      Replaced by network.peer.port.
      Deprecated, use network.peer.port.

    • NET_TRANSPORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_TRANSPORT
      Deprecated.
      Replaced by network.transport.
      Deprecated, use network.transport.