java.lang.Object
io.opentelemetry.instrumentation.api.instrumenter.network.internal.NetworkAttributes

public final class NetworkAttributes extends Object
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
  • Field Details

    • NETWORK_TRANSPORT

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_TRANSPORT
    • NETWORK_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_TYPE
    • NETWORK_PROTOCOL_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_NAME
    • NETWORK_PROTOCOL_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_VERSION
    • SERVER_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> SERVER_ADDRESS
    • SERVER_PORT

      public static final io.opentelemetry.api.common.AttributeKey<Long> SERVER_PORT
    • SERVER_SOCKET_DOMAIN

      public static final io.opentelemetry.api.common.AttributeKey<String> SERVER_SOCKET_DOMAIN
    • SERVER_SOCKET_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> SERVER_SOCKET_ADDRESS
    • SERVER_SOCKET_PORT

      public static final io.opentelemetry.api.common.AttributeKey<Long> SERVER_SOCKET_PORT
    • CLIENT_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> CLIENT_ADDRESS
    • CLIENT_PORT

      public static final io.opentelemetry.api.common.AttributeKey<Long> CLIENT_PORT
    • CLIENT_SOCKET_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> CLIENT_SOCKET_ADDRESS
    • CLIENT_SOCKET_PORT

      public static final io.opentelemetry.api.common.AttributeKey<Long> CLIENT_SOCKET_PORT