channelz: stage 4 - add security and socket option info with appengine build tags (#2149)

This commit is contained in:
lyuxuan
2018-06-25 10:32:20 -07:00
committed by GitHub
parent 8e18752766
commit 7268ca41d3
29 changed files with 1371 additions and 73 deletions

View File

@ -481,7 +481,8 @@ type listenSocket struct {
func (l *listenSocket) ChannelzMetric() *channelz.SocketInternalMetric {
return &channelz.SocketInternalMetric{
LocalAddr: l.Listener.Addr(),
SocketOptions: channelz.GetSocketOption(l.Listener),
LocalAddr: l.Listener.Addr(),
}
}