pub const NETWORK_PEER_ADDRESS: &str = "network.peer.address";
Expand description
Peer address of the database node where the operation was performed.
Semantic conventions for individual database systems SHOULD document whether network.peer.*
attributes are applicable. Network peer address and port are useful when the application interacts with individual database nodes directly.
If a database operation involved multiple network calls (for example retries), the address of the last contacted node SHOULD be used.
§Examples
10.1.2.80
/tmp/my.sock