Add Dolphinscheduler plugin definition (#6134)
This commit is contained in:
parent
35a0e9e902
commit
cf9b7b1adf
|
|
@ -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
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue