type go.opencensus.io/plugin/ocgrpc.ClientHandler

8 uses

	go.opencensus.io/plugin/ocgrpc (current package)
		client.go#L26: type ClientHandler struct {
		client.go#L35: func (c *ClientHandler) HandleConn(ctx context.Context, cs stats.ConnStats) {
		client.go#L40: func (c *ClientHandler) TagConn(ctx context.Context, cti *stats.ConnTagInfo) context.Context {
		client.go#L46: func (c *ClientHandler) HandleRPC(ctx context.Context, rs stats.RPCStats) {
		client.go#L52: func (c *ClientHandler) TagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {
		client_stats_handler.go#L29: func (h *ClientHandler) statsTagRPC(ctx context.Context, info *stats.RPCTagInfo) context.Context {
		trace_common.go#L36: func (c *ClientHandler) traceTagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {

	google.golang.org/api/transport/grpc
		dial.go#L217: 	return append(opts, grpc.WithStatsHandler(&ocgrpc.ClientHandler{}))