Class ServerIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.ServerIncubatingAttributes
-
Field Details
-
SERVER_ADDRESS
Deprecated.deprecated in favor of stableServerAttributes.SERVER_ADDRESSattribute.Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name.Notes:
When observed from the client side, and when communicating through an intermediary,
server.addressSHOULD represent the server address behind any intermediaries, for example proxies, if it's available. -
SERVER_PORT
Deprecated.deprecated in favor of stableServerAttributes.SERVER_PORTattribute.Server port number.Notes:
When observed from the client side, and when communicating through an intermediary,
server.portSHOULD represent the server port behind any intermediaries, for example proxies, if it's available.
-
ServerAttributes.SERVER_ADDRESSattribute.