grpc-java/netty/src
zpencer b1d91b9f60
core,services: binary log should use real peer socket and call id (#4266)
The peer socket is read from TRANSPORT_ATTR_REMOTE_ADDR from the
stream attributes. We only log the peer on receive initial metadata.

The call id assumes census is available. The call ID read from the
context via SERVER_CALL_ID_CONTEXT_KEY on server side, and read from
CallOptions via CLIENT_CALL_ID_CALLOPTION_KEY on client side. The
value is copied from CONTEXT_SPAN_KEY which is set by census.

Pass around CallId with two longs, not a byte[].
2018-04-03 13:39:11 -07:00
..
jmh/java/io/grpc/netty Move jmh benchmarks to their respective modules 2017-08-28 13:37:39 -07:00
main core,services: binary log should use real peer socket and call id (#4266) 2018-04-03 13:39:11 -07:00
test/java/io/grpc/netty core,netty,services: add server listen sockets to channelz proto service (#4220) 2018-04-03 10:05:47 -07:00