java.lang.Object
io.opentelemetry.instrumentation.api.semconv.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_LOCAL_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_LOCAL_ADDRESS
    • NETWORK_LOCAL_PORT

      public static final io.opentelemetry.api.common.AttributeKey<Long> NETWORK_LOCAL_PORT
    • NETWORK_PEER_ADDRESS

      public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PEER_ADDRESS
    • NETWORK_PEER_PORT

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