Class DestinationIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.DestinationIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Destination address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.static final io.opentelemetry.api.common.AttributeKey<Long>Destination port number -
Method Summary
-
Field Details
-
DESTINATION_ADDRESS
Destination address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.Notes:
When observed from the source side, and when communicating through an intermediary,
destination.addressSHOULD represent the destination address behind any intermediaries, for example proxies, if it's available. -
DESTINATION_PORT
Destination port number
-