Versions in this module Expand all Collapse all v0 v0.2.0 Jan 30, 2018 v0.1.0 Dec 15, 2017 Changes in this version + type ClientStatsHandler struct + func NewClientStatsHandler() *ClientStatsHandler + func (c *ClientStatsHandler) HandleConn(ctx context.Context, cs stats.ConnStats) + func (c *ClientStatsHandler) HandleRPC(ctx context.Context, rs stats.RPCStats) + func (c *ClientStatsHandler) TagConn(ctx context.Context, cti *stats.ConnTagInfo) context.Context + func (c *ClientStatsHandler) TagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context + type ServerStatsHandler struct + func NewServerStatsHandler() *ServerStatsHandler + func (s *ServerStatsHandler) HandleConn(ctx context.Context, cs stats.ConnStats) + func (s *ServerStatsHandler) HandleRPC(ctx context.Context, rs stats.RPCStats) + func (s *ServerStatsHandler) TagConn(ctx context.Context, cti *stats.ConnTagInfo) context.Context + func (s *ServerStatsHandler) TagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context