Class NetworkIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.NetworkIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forNETWORK_CONNECTION_STATE.static final classValues forNETWORK_CONNECTION_SUBTYPE.static final classValues forNETWORK_CONNECTION_TYPE.static final classValues forNETWORK_IO_DIRECTION.static final classDeprecated.static final classDeprecated.deprecated in favor of stableNetworkAttributes.NetworkTypeValues. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network.static final io.opentelemetry.api.common.AttributeKey<String>The mobile carrier country code.static final io.opentelemetry.api.common.AttributeKey<String>The mobile carrier network code.static final io.opentelemetry.api.common.AttributeKey<String>The name of the mobile carrier.static final io.opentelemetry.api.common.AttributeKey<String>The state of network connectionstatic final io.opentelemetry.api.common.AttributeKey<String>This describes more details regarding the connection.type.static final io.opentelemetry.api.common.AttributeKey<String>The internet connection type.static final io.opentelemetry.api.common.AttributeKey<String>The network interface name.static final io.opentelemetry.api.common.AttributeKey<String>The network IO operation direction.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_LOCAL_ADDRESSattribute.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_LOCAL_PORTattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PEER_ADDRESSattribute.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PEER_PORTattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PROTOCOL_NAMEattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PROTOCOL_VERSIONattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_TRANSPORTattribute.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_TYPEattribute. -
Method Summary
-
Field Details
-
NETWORK_CARRIER_ICC
The ISO 3166-1 alpha-2 2-character country code associated with the mobile carrier network. -
NETWORK_CARRIER_MCC
The mobile carrier country code. -
NETWORK_CARRIER_MNC
The mobile carrier network code. -
NETWORK_CARRIER_NAME
The name of the mobile carrier. -
NETWORK_CONNECTION_STATE
The state of network connectionNotes:
Connection states are defined as part of the rfc9293
-
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
The internet connection type. -
NETWORK_INTERFACE_NAME
The network interface name. -
NETWORK_IO_DIRECTION
The network IO operation direction. -
NETWORK_LOCAL_ADDRESS
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_LOCAL_ADDRESSDeprecated.deprecated in favor of stableNetworkAttributes.NETWORK_LOCAL_ADDRESSattribute.Local address of the network connection - IP address or Unix domain socket name. -
NETWORK_LOCAL_PORT
Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_LOCAL_PORTattribute.Local port number of the network connection. -
NETWORK_PEER_ADDRESS
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PEER_ADDRESSDeprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PEER_ADDRESSattribute.Peer address of the network connection - IP address or Unix domain socket name. -
NETWORK_PEER_PORT
Deprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PEER_PORTattribute.Peer port number of the network connection. -
NETWORK_PROTOCOL_NAME
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_NAMEDeprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PROTOCOL_NAMEattribute. -
NETWORK_PROTOCOL_VERSION
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NETWORK_PROTOCOL_VERSIONDeprecated.deprecated in favor of stableNetworkAttributes.NETWORK_PROTOCOL_VERSIONattribute.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.deprecated in favor of stableNetworkAttributes.NETWORK_TRANSPORTattribute.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.deprecated in favor of stableNetworkAttributes.NETWORK_TYPEattribute.
-
NetworkAttributes.NetworkTransportValues.