Class NetworkIncubatingAttributes

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

public final class NetworkIncubatingAttributes extends Object
  • Field Details

    • NETWORK_CARRIER_ICC

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_CARRIER_ICC
      The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network.
    • NETWORK_CARRIER_MCC

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_CARRIER_MCC
      The mobile carrier country code.
    • NETWORK_CARRIER_MNC

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_CARRIER_MNC
      The mobile carrier network code.
    • NETWORK_CARRIER_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_CARRIER_NAME
      The name of the mobile carrier.
    • NETWORK_CONNECTION_SUBTYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_CONNECTION_SUBTYPE
      This describes more details regarding the connection.type. It may be the type of cell technology connection, but it could be used for describing details about a wifi connection.
    • NETWORK_CONNECTION_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_CONNECTION_TYPE
      The internet connection type.
    • NETWORK_IO_DIRECTION

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_IO_DIRECTION
      The network IO operation direction.
    • NETWORK_LOCAL_ADDRESS

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_LOCAL_ADDRESS
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_LOCAL_ADDRESS attribute.
      Local address of the network connection - IP address or Unix domain socket name.

    • NETWORK_LOCAL_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NETWORK_LOCAL_PORT
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_LOCAL_PORT attribute.
      Local port number of the network connection.

    • NETWORK_PEER_ADDRESS

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PEER_ADDRESS
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_PEER_ADDRESS attribute.
      Peer address of the network connection - IP address or Unix domain socket name.

    • NETWORK_PEER_PORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> NETWORK_PEER_PORT
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_PEER_PORT attribute.
      Peer port number of the network connection.

    • NETWORK_PROTOCOL_NAME

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_NAME
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_PROTOCOL_NAME attribute.
      OSI application layer or non-OSI equivalent.

      Notes:

      The value SHOULD be normalized to lowercase.

    • NETWORK_PROTOCOL_VERSION

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_VERSION
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_PROTOCOL_VERSION attribute.
      The actual version of the protocol used for network communication.

      Notes:

      If protocol version is subject to negotiation (for example using ALPN), this attribute SHOULD be set to the negotiated version. If the actual protocol version is not known, this attribute SHOULD NOT be set.

    • NETWORK_TRANSPORT

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_TRANSPORT
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_TRANSPORT attribute.
      OSI transport layer or inter-process communication method.

      Notes:

      The value SHOULD be normalized to lowercase.

      Consider always setting the transport when setting a port number, since a port number is ambiguous without knowing the transport. For example different processes could be listening on TCP port 12345 and UDP port 12345.

    • NETWORK_TYPE

      @Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_TYPE
      Deprecated.
      deprecated in favor of stable NetworkAttributes.NETWORK_TYPE attribute.
      OSI network layer or non-OSI equivalent.

      Notes:

      The value SHOULD be normalized to lowercase.