Class SemanticAttributes.NetTransportValues
java.lang.Object
io.opentelemetry.semconv.trace.attributes.SemanticAttributes.NetTransportValues
- Enclosing class:
- SemanticAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIn-process communication.static final StringDeprecated.This item has been removed as of 1.13.0 of the semantic conventions.static final Stringip_tcp.static final Stringip_udp.static final StringSomething else (non IP-based).static final StringNamed or anonymous pipe.static final StringDeprecated.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:
-