Class SemanticAttributes.NetTransportValues
java.lang.Object
io.opentelemetry.semconv.trace.attributes.SemanticAttributes.NetTransportValues
- Enclosing class:
- SemanticAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
In-process communication.static final String
Deprecated.This item has been removed as of 1.13.0 of the semantic conventions.static final String
ip_tcp.static final String
ip_udp.static final String
Something else (non IP-based).static final String
Named or anonymous pipe.static final String
Deprecated.This item has been removed as of 1.13.0 of the semantic conventions. -
Method Summary
-
Field Details
-
IP_TCP
ip_tcp.- See Also:
-
IP_UDP
ip_udp.- See Also:
-
PIPE
Named or anonymous pipe. See note below.- See Also:
-
INPROC
In-process communication.- See Also:
-
OTHER
Something else (non IP-based).- See Also:
-
IP
Deprecated.This item has been removed as of 1.13.0 of the semantic conventions.- See Also:
-
UNIX
Deprecated.This item has been removed as of 1.13.0 of the semantic conventions.- See Also:
-