Yes of course, Netty has some built-in protocols, HTTP is one of them that we can traced, the others are something like Redis, WebSocket, etc.
But in reality, users usually use a dedicated framework for those protocols, for example, SpringMVC for HTTP, Jedis for Redis, and Netty-SocketIO, all these frameworks are supported by SkyWalking. So there is no such plugin like netty-http-plugin, netty-redis-plugin in SkyWalking repo, because there is no user has this kind of scenario and they didn’t contribute these plugins to the community, if you have this kind of use case, we’re welcome to accept this kind of plugins. Thanks. kezhenxu94 > On Oct 21, 2020, at 11:55 AM, Li BingLong(智能平台) > <[email protected]> wrote: > > If you use http,may be you want to do something when instantiate > FullHttpRequest? > > 在 2020/10/21 上午11:03,“logos”<[email protected]> 写入: > > Dear SkyWalking masters: > I want to trace requests processed by Netty, > but there is no a official plugin in the Skywalking binary package. Does the > team have a plan to develop this plugin? > Basically ,Netty has to two thread pools for > EventLoops and workers. I guessed that it is difficult to trace messages > between to thread pools, so that there is no a suirtable plugin for this > famous http component,is that right? > Hope to your reply,thank you very much. >
