Class NetIncubatingAttributes

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

public final class NetIncubatingAttributes extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated.
    Deprecated, use `network.transport` and `network.type`.
    static final class 
    Deprecated.
    Deprecated, use `network.transport`.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `server.address`.
    static final io.opentelemetry.api.common.AttributeKey<Long>
    Deprecated.
    Deprecated, use `server.port`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `server.address` on client spans and `client.address` on server spans.
    static final io.opentelemetry.api.common.AttributeKey<Long>
    Deprecated.
    Deprecated, use `server.port` on client spans and `client.port` on server spans.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `network.protocol.name`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `network.protocol.version`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `network.transport` and `network.type`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `network.local.address`.
    static final io.opentelemetry.api.common.AttributeKey<Long>
    Deprecated.
    Deprecated, use `network.local.port`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `network.peer.address`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, no replacement at this time.
    static final io.opentelemetry.api.common.AttributeKey<Long>
    Deprecated.
    Deprecated, use `network.peer.port`.
    static final io.opentelemetry.api.common.AttributeKey<String>
    Deprecated.
    Deprecated, use `network.transport`.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NET_HOST_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_HOST_NAME
      Deprecated.
      Deprecated, use `server.address`.
      Deprecated, use server.address.
    • NET_HOST_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NET_HOST_PORT
      Deprecated.
      Deprecated, use `server.port`.
      Deprecated, use server.port.
    • NET_PEER_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_PEER_NAME
      Deprecated.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, use `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.
      Deprecated, no replacement at this time.
      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.
      Deprecated, use `network.peer.port`.
      Deprecated, use network.peer.port.
    • NET_TRANSPORT

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