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{}))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |