google.golang.org/grpc/stats.RPCTagInfo.FullMethodName (field)

3 uses

	google.golang.org/grpc/stats (current package)
		handlers.go#L37: 	FullMethodName string

	google.golang.org/grpc
		server.go#L1824: 			ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: stream.Method()})
		stream.go#L423: 		ctx = sh.TagRPC(ctx, &stats.RPCTagInfo{FullMethodName: method, FailFast: cs.callInfo.failFast, NameResolutionDelay: cs.nameResolutionDelay})