type google.golang.org/grpc/stats.Handler
14 uses
google.golang.org/grpc/stats (current package)
handlers.go#L44: type Handler interface {
google.golang.org/grpc
dialoptions.go#L392: func WithStatsHandler(h stats.Handler) DialOption {
server.go#L133: statsHandler stats.Handler
server.go#L379: func StatsHandler(h stats.Handler) ServerOption {
stream.go#L331: func (cs *clientStream) newAttemptLocked(sh stats.Handler, trInfo *traceInfo) (retErr error) {
stream.go#L460: statsHandler stats.Handler
stream.go#L1360: statsHandler stats.Handler
google.golang.org/grpc/internal/transport
handler_server.go#L52: func NewServerHandlerTransport(w http.ResponseWriter, r *http.Request, stats stats.Handler) (ServerTransport, error) {
handler_server.go#L141: stats stats.Handler
http2_client.go#L90: statsHandler stats.Handler
http2_server.go#L85: stats stats.Handler
transport.go#L522: StatsHandler stats.Handler
transport.go#L559: StatsHandler stats.Handler
go.opencensus.io/plugin/ocgrpc
server.go#L57: var _ stats.Handler = (*ServerHandler)(nil)
![]() |
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. |