SkyWalking support Seata plugin (#6579)

This commit is contained in:
于玉桔 2021-04-19 14:11:55 +08:00 committed by GitHub
parent 1fb2b01b7e
commit 527d772575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Release Notes.
* Improve `GlobalIdGenerator` performance.
* Add an agent plugin to support elasticsearch7.
* Add `jsonrpc4j` agent plugin.
* Add Seata in the component definition. Seata plugin hosts on Seata project.
#### OAP-Backend
* BugFix: filter invalid Envoy access logs whose socket address is empty.

View File

@ -196,4 +196,6 @@ public class ComponentsDefine {
public static final OfficialComponent DOLPHIN_SCHEDULER = new OfficialComponent(106, "dolphinscheduler");
public static final OfficialComponent JSON_RPC = new OfficialComponent(107, "JsonRpc");
public static final OfficialComponent SEATA = new OfficialComponent(108, "Seata");
}

View File

@ -353,6 +353,9 @@ dolphinscheduler:
JsonRpc:
id: 107
languages: Java
seata:
id: 108
languages: Java
# .NET/.NET Core components
# [3000, 4000) for C#/.NET only