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

Add Dolphinscheduler plugin definition (#6134)

上级 35a0e9e9
......@@ -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 ArrayBlockingQueueBuffer's useless `IF_POSSIBLE` mode list
* Support building gRPC TLS channel but CA file is not required.
* Add Dolphinscheduler plugin definition.
#### OAP-Backend
* Make meter receiver support MAL.
......@@ -66,6 +67,7 @@ Release Notes.
* Add icon for http type.
* Fix rk-footer utc without local storage.
* Sort group names in the topology.
* Add logo for Dolphinscheduler.
#### Documentation
* Update the documents of backend fetcher and self observability about the latest configurations.
......
......@@ -192,4 +192,6 @@ public class ComponentsDefine {
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 DOLPHIN_SCHEDULER = new OfficialComponent(106, "dolphinscheduler");
}
......@@ -115,4 +115,4 @@
- zookeeper-3.4.x
- mssql-jtds-1.x
- mssql-jdbc
- apache-cxf-3.x
\ No newline at end of file
- apache-cxf-3.x
......@@ -347,6 +347,9 @@ mssql-jdbc-driver:
Apache-CXF:
id: 105
languages: Java
dolphinscheduler:
id: 106
languages: Java
# .NET/.NET Core components
# [3000, 4000) for C#/.NET only
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册