google.golang.org/grpc/internal/transport.serverHandlerTransport.stats (field)
9 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L76: stats: stats,
handler_server.go#L141: stats stats.Handler
handler_server.go#L232: if ht.stats != nil {
handler_server.go#L235: ht.stats.HandleRPC(s.Context(), &stats.OutTrailer{
handler_server.go#L318: if ht.stats != nil {
handler_server.go#L321: ht.stats.HandleRPC(s.Context(), &stats.OutHeader{
handler_server.go#L373: if ht.stats != nil {
handler_server.go#L374: s.ctx = ht.stats.TagRPC(s.ctx, &stats.RPCTagInfo{FullMethodName: s.method})
handler_server.go#L380: ht.stats.HandleRPC(s.ctx, inHeader)
![]() |
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. |