wu-sheng commented on code in PR #758:
URL: https://github.com/apache/skywalking-java/pull/758#discussion_r2135245038
##########
apm-protocol/apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java:
##########
@@ -262,4 +262,7 @@ public class ComponentsDefine {
public static final OfficialComponent CAFFEINE = new
OfficialComponent(160, "Caffeine");
public static final OfficialComponent THREAD_PER_TASK_EXECUTOR = new
OfficialComponent(161, "ThreadPerTask-executor");
+
+ public static final OfficialComponent DMDB_JDBC_DRIVER = new
OfficialComponent(162, "Dmdb-jdbc-driver");
Review Comment:
You need to register this ID in the main repo first. Please follow plugin
contribution doc.
--
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]