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 Summary
Fields
static final io.opentelemetry.api.common.AttributeKey<String>
static final io.opentelemetry.api.common.AttributeKey<Long>
static final io.opentelemetry.api.common.AttributeKey<String>
static final io.opentelemetry.api.common.AttributeKey<Long>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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