未验证 提交 527d7725 编写于 作者: 于玉桔 提交者: GitHub

SkyWalking support Seata plugin (#6579)

上级 1fb2b01b
...@@ -12,6 +12,7 @@ Release Notes. ...@@ -12,6 +12,7 @@ Release Notes.
* Improve `GlobalIdGenerator` performance. * Improve `GlobalIdGenerator` performance.
* Add an agent plugin to support elasticsearch7. * Add an agent plugin to support elasticsearch7.
* Add `jsonrpc4j` agent plugin. * Add `jsonrpc4j` agent plugin.
* Add Seata in the component definition. Seata plugin hosts on Seata project.
#### OAP-Backend #### OAP-Backend
* BugFix: filter invalid Envoy access logs whose socket address is empty. * BugFix: filter invalid Envoy access logs whose socket address is empty.
......
...@@ -196,4 +196,6 @@ public class ComponentsDefine { ...@@ -196,4 +196,6 @@ public class ComponentsDefine {
public static final OfficialComponent DOLPHIN_SCHEDULER = new OfficialComponent(106, "dolphinscheduler"); public static final OfficialComponent DOLPHIN_SCHEDULER = new OfficialComponent(106, "dolphinscheduler");
public static final OfficialComponent JSON_RPC = new OfficialComponent(107, "JsonRpc"); public static final OfficialComponent JSON_RPC = new OfficialComponent(107, "JsonRpc");
public static final OfficialComponent SEATA = new OfficialComponent(108, "Seata");
} }
...@@ -353,6 +353,9 @@ dolphinscheduler: ...@@ -353,6 +353,9 @@ dolphinscheduler:
JsonRpc: JsonRpc:
id: 107 id: 107
languages: Java languages: Java
seata:
id: 108
languages: Java
# .NET/.NET Core components # .NET/.NET Core components
# [3000, 4000) for C#/.NET only # [3000, 4000) for C#/.NET only
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册