未验证 提交 cf9b7b1a 编写于 作者: H hailin0 提交者: GitHub

Add Dolphinscheduler plugin definition (#6134)

上级 35a0e9e9
...@@ -22,6 +22,7 @@ Release Notes. ...@@ -22,6 +22,7 @@ Release Notes.
* Fix DataCarrier's `org.apache.skywalking.apm.commons.datacarrier.buffer.Buffer` implementation isn't activated in `IF_POSSIBLE` mode. * Fix DataCarrier's `org.apache.skywalking.apm.commons.datacarrier.buffer.Buffer` implementation isn't activated in `IF_POSSIBLE` mode.
* Fix ArrayBlockingQueueBuffer's useless `IF_POSSIBLE` mode list * Fix ArrayBlockingQueueBuffer's useless `IF_POSSIBLE` mode list
* Support building gRPC TLS channel but CA file is not required. * Support building gRPC TLS channel but CA file is not required.
* Add Dolphinscheduler plugin definition.
#### OAP-Backend #### OAP-Backend
* Make meter receiver support MAL. * Make meter receiver support MAL.
...@@ -66,6 +67,7 @@ Release Notes. ...@@ -66,6 +67,7 @@ Release Notes.
* Add icon for http type. * Add icon for http type.
* Fix rk-footer utc without local storage. * Fix rk-footer utc without local storage.
* Sort group names in the topology. * Sort group names in the topology.
* Add logo for Dolphinscheduler.
#### Documentation #### Documentation
* Update the documents of backend fetcher and self observability about the latest configurations. * Update the documents of backend fetcher and self observability about the latest configurations.
......
...@@ -192,4 +192,6 @@ public class ComponentsDefine { ...@@ -192,4 +192,6 @@ public class ComponentsDefine {
public static final OfficialComponent MSSQL_JDBC_DRIVER = new OfficialComponent(104, "mssql-jdbc-driver"); public static final OfficialComponent MSSQL_JDBC_DRIVER = new OfficialComponent(104, "mssql-jdbc-driver");
public static final OfficialComponent APACHE_CXF = new OfficialComponent(105, "Apache-CXF"); public static final OfficialComponent APACHE_CXF = new OfficialComponent(105, "Apache-CXF");
public static final OfficialComponent DOLPHIN_SCHEDULER = new OfficialComponent(106, "dolphinscheduler");
} }
...@@ -347,6 +347,9 @@ mssql-jdbc-driver: ...@@ -347,6 +347,9 @@ mssql-jdbc-driver:
Apache-CXF: Apache-CXF:
id: 105 id: 105
languages: Java languages: Java
dolphinscheduler:
id: 106
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.
先完成此消息的编辑!
想要评论请 注册