Class NetIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.NetIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Deprecated, use `network.transport` and `network.type`.static final classDeprecated.Deprecated, use `network.transport`. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `server.address`.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `server.port`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `server.address` on client spans and `client.address` on server spans.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `server.port` on client spans and `client.port` on server spans.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `network.protocol.name`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `network.protocol.version`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `network.transport` and `network.type`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `network.local.address`.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `network.local.port`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `network.peer.address`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, no replacement at this time.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `network.peer.port`.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `network.transport`. -
Method Summary
-
Field Details
-
NET_HOST_NAME
Deprecated.Deprecated, use `server.address`.Deprecated, useserver.address. -
NET_HOST_PORT
Deprecated.Deprecated, use `server.port`.Deprecated, useserver.port. -
NET_PEER_NAME
Deprecated.Deprecated, use `server.address` on client spans and `client.address` on server spans.Deprecated, useserver.addresson client spans andclient.addresson server spans. -
NET_PEER_PORT
Deprecated.Deprecated, use `server.port` on client spans and `client.port` on server spans.Deprecated, useserver.porton client spans andclient.porton server spans. -
NET_PROTOCOL_NAME
Deprecated.Deprecated, use `network.protocol.name`.Deprecated, usenetwork.protocol.name. -
NET_PROTOCOL_VERSION
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<String> NET_PROTOCOL_VERSIONDeprecated.Deprecated, use `network.protocol.version`.Deprecated, usenetwork.protocol.version. -
NET_SOCK_FAMILY
Deprecated.Deprecated, use `network.transport` and `network.type`.Deprecated, usenetwork.transportandnetwork.type. -
NET_SOCK_HOST_ADDR
Deprecated.Deprecated, use `network.local.address`.Deprecated, usenetwork.local.address. -
NET_SOCK_HOST_PORT
Deprecated.Deprecated, use `network.local.port`.Deprecated, usenetwork.local.port. -
NET_SOCK_PEER_ADDR
Deprecated.Deprecated, use `network.peer.address`.Deprecated, usenetwork.peer.address. -
NET_SOCK_PEER_NAME
Deprecated.Deprecated, no replacement at this time.Deprecated, no replacement at this time. -
NET_SOCK_PEER_PORT
Deprecated.Deprecated, use `network.peer.port`.Deprecated, usenetwork.peer.port. -
NET_TRANSPORT
Deprecated.Deprecated, use `network.transport`.Deprecated, usenetwork.transport.
-