peachisai commented on code in PR #625:
URL: https://github.com/apache/skywalking-java/pull/625#discussion_r1367732424
##########
apm-protocol/apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java:
##########
@@ -242,4 +242,6 @@ public class ComponentsDefine {
public static final OfficialComponent AEROSPIKE = new
OfficialComponent(149, "Aerospike");
public static final OfficialComponent NACOS = new OfficialComponent(150,
"Nacos");
+
+ public static final OfficialComponent NETTY = new OfficialComponent(151,
"Netty");
Review Comment:
> This should be updated as well.
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]