Package io.opentelemetry.semconv
Class ServerAttributes
java.lang.Object
io.opentelemetry.semconv.ServerAttributes
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SERVER_ADDRESS
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.
- When observed from the client side, and when communicating through an intermediary,
-
SERVER_PORT
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.
- When observed from the client side, and when communicating through an intermediary,
-