type go.opencensus.io/plugin/ocgrpc.ServerHandler
9 uses
go.opencensus.io/plugin/ocgrpc (current package)
server.go#L32: type ServerHandler struct {
server.go#L57: var _ stats.Handler = (*ServerHandler)(nil)
server.go#L60: func (s *ServerHandler) HandleConn(ctx context.Context, cs stats.ConnStats) {
server.go#L65: func (s *ServerHandler) TagConn(ctx context.Context, cti *stats.ConnTagInfo) context.Context {
server.go#L71: func (s *ServerHandler) HandleRPC(ctx context.Context, rs stats.RPCStats) {
server.go#L77: func (s *ServerHandler) TagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {
server_stats_handler.go#L30: func (h *ServerHandler) statsTagRPC(ctx context.Context, info *stats.RPCTagInfo) context.Context {
server_stats_handler.go#L50: func (h *ServerHandler) extractPropagatedTags(ctx context.Context) *tag.Map {
trace_common.go#L52: func (s *ServerHandler) traceTagRPC(ctx context.Context, rti *stats.RPCTagInfo) context.Context {
 |
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. |