This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c70fd63f9d Automated deployment:
fbecbed7a5f4f0a787fae891869f6018b51e5793
c70fd63f9d is described below
commit c70fd63f9d934b205c2241d63ba2e1b2f79389f9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 12 05:07:14 2025 +0000
Automated deployment: fbecbed7a5f4f0a787fae891869f6018b51e5793
---
data/doc/en-us.json | 35 +++++++++++-
data/doc/zh-cn.json | 35 +++++++++++-
fetch/doc/en-us/dev.json | 40 ++++++++++++++
fetch/doc/zh-cn/dev.json | 40 ++++++++++++++
.../guide/installation/registry-plugins/etcd.json | 11 ++++
.../guide/installation/registry-plugins/jdbc.json | 44 +++++++++++++++
.../installation/registry-plugins/zookeeper.json | 11 ++++
pages/doc/en-us/dev/guide/metrics/metrics.json | 63 +++++++++++++++++++++-
.../guide/installation/registry-plugins/etcd.json | 11 ++++
.../guide/installation/registry-plugins/jdbc.json | 44 +++++++++++++++
.../installation/registry-plugins/zookeeper.json | 11 ++++
pages/doc/zh-cn/dev/guide/metrics/metrics.json | 63 +++++++++++++++++++++-
python/2.0.5/.buildinfo | 2 +-
python/2.0.6/.buildinfo | 2 +-
python/2.0.7/.buildinfo | 2 +-
python/3.0.0/.buildinfo | 2 +-
python/3.0.1/.buildinfo | 2 +-
python/3.1.0/.buildinfo | 2 +-
python/4.0.0/.buildinfo | 2 +-
python/4.0.1/.buildinfo | 2 +-
python/4.0.2/.buildinfo | 2 +-
python/4.0.3/.buildinfo | 2 +-
python/4.0.4/.buildinfo | 2 +-
python/4.1.0/.buildinfo | 2 +-
python/main/.buildinfo | 2 +-
25 files changed, 417 insertions(+), 17 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index e854f5949d..28426a6d4e 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -40752,7 +40752,7 @@
]
},
{
- "content": "Introduction\nApache DolphinScheduler exports metrics for
system observability. We use Micrometer as application metrics
facade.\nCurrently, we only support Prometheus Exporter but more are coming
soon.\nQuick Start\n\nWe enable Apache DolphinScheduler to export metrics in
standalone mode to help users get hands dirty easily.\nAfter triggering tasks
in standalone mode, you could access metrics list by visiting url
http://localhost:12345/dolphinscheduler/actuator/metrics.\ [...]
+ "content": "Introduction\nApache DolphinScheduler exports metrics for
system observability. We use Micrometer as application metrics
facade.\nCurrently, we only support Prometheus Exporter but more are coming
soon.\nQuick Start\n\nWe enable Apache DolphinScheduler to export metrics in
standalone mode to help users get hands dirty easily.\nAfter triggering tasks
in standalone mode, you could access metrics list by visiting url
http://localhost:12345/dolphinscheduler/actuator/metrics.\ [...]
"version": "dev",
"link": "/guide/metrics/metrics",
"title": "Introduction",
@@ -40885,6 +40885,39 @@
"Rainbond Deployment"
]
},
+ {
+ "content": "Introduction\nThis plugin will use etcd as the registry
center.\nHow to use\nIf you want to set the registry center as etcd, you need
to set the registry properties in master/worker/api's
application.yml\nregistry:\n type: etcd\n endpoints: "http://etcd0:2379,
http://etcd1:2379, http://etcd2:2379"\n # The options below have default
values\n namespace: dolphinscheduler\n connection-timeout: 9s\n # The unit
is milliseconds\n retry-delay: 60ms\n retry-max-d [...]
+ "version": "dev",
+ "link": "/guide/installation/registry-plugins/etcd",
+ "title": "Introduction",
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "ETCD"
+ ]
+ },
+ {
+ "content": "Introduction\nThis plugin will use jdbc as the registry
center. Will use the database\nconfiguration same as DolphinScheduler in
api'yaml default.\nHow to use\n\nInitialize the database table\n\n\n\nIf you
use Mysql you can directly execute the sql script
src/main/resources/mysql_registry_init.sql.\n\n\nIf you use Postgresql you can
directly execute the sql script
src/main/resources/postgresql_registry_init.sql.\n\n\n\nChange the
config\n\nYou need to set the registry pro [...]
+ "version": "dev",
+ "link": "/guide/installation/registry-plugins/jdbc",
+ "title": "Introduction",
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "JDBC"
+ ]
+ },
+ {
+ "content": "Introduction\nThis plugin will use zookeeper as the registry
center.\nHow to use\nIf you want to set the registry center as zookeeper,you
need to set the registry properties in master/worker/api's
application.yml\nregistry:\n type: zookeeper\n zookeeper:\n namespace:
dolphinscheduler\n connect-string: localhost:2181\n retry-policy:\n
base-sleep-time: 60ms\n max-sleep: 300ms\n max-retries: 5\n
session-timeout: 30s\n connection-timeout: 9s\n [...]
+ "version": "dev",
+ "link": "/guide/installation/registry-plugins/zookeeper",
+ "title": "Introduction",
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "Zookeeper"
+ ]
+ },
{
"content": "System Architecture Design\nSystem Structure\nSystem
Architecture Diagram\n\n \n \n System architecture diagram\n
\n\nStart Process Activity Diagram\n\n \n \n Start process activity
diagram\n \n\nArchitecture Description\n\n\nMasterServer\nMasterServer adopts
a distributed and decentralized design concept. MasterServer is mainly
responsible for DAG task segmentation, task submission monitoring, and
monitoring the health status of other MasterServer and [...]
"version": "dev",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 67e1f402d0..2fc4453e69 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -36360,7 +36360,7 @@
]
},
{
- "content": "指标(Metrics)使用指南\nApache DolphinScheduler通过向外透出指标来提高系统的监控告警能力。
我们使用Micrometer作为指标采集和透出框架。\n目前,我们只支持Prometheus
Exporter,但是多样化的Exporter将会持续贡献给用户。\n快速上手\n\n我们提供Apache DolphinScheduler
standalone 模式下采集并透出指标的能力,提供用户轻松快速的体验。\n当您在standalone模式下触发任务后,您可通过链接
http://localhost:12345/dolphinscheduler/actuator/metrics
访问生成的metrics列表。\n当您在standalone模式下触发任务后,您可通过链接
http://localhost:12345/dolphinscheduler/actuator/prometheus
访问prometheus格式指标。\n为了给您提供一个一站式的Prometheus + Grafana体验, 我们已经为您准备好了 [...]
+ "content": "指标(Metrics)使用指南\nApache DolphinScheduler通过向外透出指标来提高系统的监控告警能力。
我们使用Micrometer作为指标采集和透出框架。\n目前,我们只支持Prometheus
Exporter,但是多样化的Exporter将会持续贡献给用户。\n快速上手\n\n我们提供Apache DolphinScheduler
standalone 模式下采集并透出指标的能力,提供用户轻松快速的体验。\n当您在standalone模式下触发任务后,您可通过链接
http://localhost:12345/dolphinscheduler/actuator/metrics
访问生成的metrics列表。\n当您在standalone模式下触发任务后,您可通过链接
http://localhost:12345/dolphinscheduler/actuator/prometheus
访问prometheus格式指标。\n为了给您提供一个一站式的Prometheus + Grafana体验, 我们已经为您准备好了 [...]
"version": "dev",
"link": "/guide/metrics/metrics",
"title": "指标(Metrics)使用指南",
@@ -36493,6 +36493,39 @@
"基于Rainbond部署(Cluster)"
]
},
+ {
+ "content": "介绍\n这个插件将使用 ETCD 作为注册中心。\n如何使用\n如果要将注册中心设置为 ETCD,需要在
master/worker/api 的 application.yml 中设置属性\nregistry:\n type: etcd\n
endpoints: "http://etcd0:2379, http://etcd1:2379,
http://etcd2:2379"\n # The options below have default values\n
namespace: dolphinscheduler\n connection-timeout: 9s\n # The unit is
milliseconds\n retry-delay: 60ms\n retry-max-delay: 300ms\n
retry-max-duration: 1500ms\n # The following ssl options are set according to
personal needs\ [...]
+ "version": "dev",
+ "link": "/guide/installation/registry-plugins/etcd",
+ "title": "介绍",
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "ETCD"
+ ]
+ },
+ {
+ "content": "介绍\n这个插件将使用 JDBC 作为注册中心。将使用与 api-server 的 yaml 默认的
DolphinScheduler 相同的数据库配置。\n如何使用\n\n初始化数据库\n\n\n\n如果你使用 MySQL,你可以直接执行 SQL 脚本
src/main/resources/mysql_registry_init.sql.\n\n\n如果你使用 PostgreSQL,你可以直接执行 SQL
脚本 src/main/resources/postgresql_registry_init.sql.\n\n\n\n修改配置\n\n需要在
master/worker/api 的 application.yml 中设置属性\nregistry:\n type:
jdbc\n\n完成这两步后,你就可以启动你的 DolphinScheduler 集群了,你的集群将使用 MySQL
作为注册中心来存储服务器元数据。\n注意: 如果您使用mysql数据库,您需要将 mysql-connector-java.jar 添加到 DS 的类路径中
[...]
+ "version": "dev",
+ "link": "/guide/installation/registry-plugins/jdbc",
+ "title": "介绍",
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "JDBC"
+ ]
+ },
+ {
+ "content": "介绍\n这个插件将使用 Zookeeper 作为注册中心。\n如何使用\n如果要将注册中心设置为 Zookeeper,需要在
master/worker/api 的 application.yml 中设置属性\nregistry:\n type: zookeeper\n
zookeeper:\n namespace: dolphinscheduler\n connect-string:
localhost:2181\n retry-policy:\n base-sleep-time: 60ms\n
max-sleep: 300ms\n max-retries: 5\n session-timeout: 30s\n
connection-timeout: 9s\n block-until-connected: 600ms\n # The following
options are set according to personal needs \n di [...]
+ "version": "dev",
+ "link": "/guide/installation/registry-plugins/zookeeper",
+ "title": "介绍",
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "Zookeeper"
+ ]
+ },
{
"content": "DolphinScheduler
元数据文档\n表Schema\n详见dolphinscheduler/dolphinscheduler-dao/src/main/resources/sql目录下的sql文件\nE-R图\n用户\t队列\t数据源\n\n\n一个租户下可以有多个用户;\nt_ds_user中的queue字段存储的是队列表中的queue_name信息,t_ds_tenant下存的是queue_id,在流程定义执行过程中,用户队列优先级最高,用户队列为空则采用租户队列;\nt_ds_datasource表中的user_id字段表示创建该数据源的用户,t_ds_relation_datasource_user中的user_id表示对数据源有权限的用户;\n\n项目\t资源\t告警\n\n\n一个用户可以有多个项目,用户项目授权通过t_ds_relation_project_user表完成project_id和user_id的关系绑定;\nt_ds_projcet表中的user_id表示创建该项目的用户,t_ds_relation
[...]
"version": "dev",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index 52dbba384b..46925dee0f 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -1191,6 +1191,46 @@
"integration"
],
"key": "/installation_menu/integration_menu"
+ },
+ {
+ "title": "registry-plugins",
+ "children": [
+ {
+ "title": "ETCD",
+ "children": [],
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "ETCD"
+ ],
+ "key": "/guide/installation/registry-plugins/etcd"
+ },
+ {
+ "title": "JDBC",
+ "children": [],
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "JDBC"
+ ],
+ "key": "/guide/installation/registry-plugins/jdbc"
+ },
+ {
+ "title": "Zookeeper",
+ "children": [],
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "Zookeeper"
+ ],
+ "key": "/guide/installation/registry-plugins/zookeeper"
+ }
+ ],
+ "location": [
+ "Installation",
+ "registry-plugins"
+ ],
+ "key": "/installation_menu/registry-plugins_menu"
}
],
"location": [
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index 9bf9b49869..c165af3cdf 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -1151,6 +1151,46 @@
"集成"
],
"key": "/部署指南_menu/集成_menu"
+ },
+ {
+ "title": "注册中心插件",
+ "children": [
+ {
+ "title": "ETCD",
+ "children": [],
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "ETCD"
+ ],
+ "key": "/guide/installation/registry-plugins/etcd"
+ },
+ {
+ "title": "JDBC",
+ "children": [],
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "JDBC"
+ ],
+ "key": "/guide/installation/registry-plugins/jdbc"
+ },
+ {
+ "title": "Zookeeper",
+ "children": [],
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "Zookeeper"
+ ],
+ "key": "/guide/installation/registry-plugins/zookeeper"
+ }
+ ],
+ "location": [
+ "部署指南",
+ "注册中心插件"
+ ],
+ "key": "/部署指南_menu/注册中心插件_menu"
}
],
"location": [
diff --git a/pages/doc/en-us/dev/guide/installation/registry-plugins/etcd.json
b/pages/doc/en-us/dev/guide/installation/registry-plugins/etcd.json
new file mode 100644
index 0000000000..a5fd60f44e
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/installation/registry-plugins/etcd.json
@@ -0,0 +1,11 @@
+{
+ "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>This plugin will
use etcd as the registry center.</p>\n<h1 id=\"how-to-use\">How to
use</h1>\n<p>If you want to set the registry center as etcd, you need to set
the registry properties in master/worker/api's application.yml</p>\n<pre><code
class=\"language-yaml\"><span class=\"hljs-attr\">registry:</span>\n <span
class=\"hljs-attr\">type:</span> <span class=\"hljs-string\">etcd</span>\n
<span class=\"hljs-attr\">endpoints:</spa [...]
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "ETCD"
+ ],
+ "structure": [],
+ "title": "Introduction",
+ "link": "/guide/installation/registry-plugins/etcd"
+}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
b/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
new file mode 100644
index 0000000000..2c9c3a8a38
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/installation/registry-plugins/jdbc.json
@@ -0,0 +1,44 @@
+{
+ "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>This plugin will
use jdbc as the registry center. Will use the database\nconfiguration same as
DolphinScheduler in api'yaml default.</p>\n<h1 id=\"how-to-use\">How to
use</h1>\n<ol>\n<li>Initialize the database
table</li>\n</ol>\n<ul>\n<li>\n<p>If you use Mysql you can directly execute the
sql script
<code>src/main/resources/mysql_registry_init.sql</code>.</p>\n</li>\n<li>\n<p>If
you use Postgresql you can directly execute the sq [...]
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "JDBC"
+ ],
+ "structure": [
+ {
+ "title": "Optional configuration",
+ "children": [
+ {
+ "title": "Use Mysql as registry center",
+ "children": [],
+ "anchor": "use-mysql-as-registry-center"
+ },
+ {
+ "title": "Use Postgresql as registry center",
+ "children": [],
+ "anchor": "use-postgresql-as-registry-center"
+ }
+ ],
+ "anchor": "optional-configuration"
+ },
+ {
+ "title": "Use different database configuration for jdbc registry center",
+ "children": [
+ {
+ "title": "Use Mysql as registry center",
+ "children": [],
+ "anchor": "use-mysql-as-registry-center"
+ },
+ {
+ "title": "Use Postgresql as registry center",
+ "children": [],
+ "anchor": "use-postgresql-as-registry-center"
+ }
+ ],
+ "anchor": "use-different-database-configuration-for-jdbc-registry-center"
+ }
+ ],
+ "title": "Introduction",
+ "link": "/guide/installation/registry-plugins/jdbc"
+}
\ No newline at end of file
diff --git
a/pages/doc/en-us/dev/guide/installation/registry-plugins/zookeeper.json
b/pages/doc/en-us/dev/guide/installation/registry-plugins/zookeeper.json
new file mode 100644
index 0000000000..9d968d9abf
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/installation/registry-plugins/zookeeper.json
@@ -0,0 +1,11 @@
+{
+ "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>This plugin will
use zookeeper as the registry center.</p>\n<h1 id=\"how-to-use\">How to
use</h1>\n<p>If you want to set the registry center as zookeeper,you need to
set the registry properties in master/worker/api's
application.yml</p>\n<pre><code class=\"language-yaml\"><span
class=\"hljs-attr\">registry:</span>\n <span class=\"hljs-attr\">type:</span>
<span class=\"hljs-string\">zookeeper</span>\n <span class=\"hljs-attr\">z
[...]
+ "location": [
+ "Installation",
+ "registry-plugins",
+ "Zookeeper"
+ ],
+ "structure": [],
+ "title": "Introduction",
+ "link": "/guide/installation/registry-plugins/zookeeper"
+}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/metrics/metrics.json
b/pages/doc/en-us/dev/guide/metrics/metrics.json
index c045a89588..220fc3324f 100644
--- a/pages/doc/en-us/dev/guide/metrics/metrics.json
+++ b/pages/doc/en-us/dev/guide/metrics/metrics.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>Apache
DolphinScheduler exports metrics for system observability. We use <a
href=\"https://micrometer.io/\">Micrometer</a> as application metrics
facade.\nCurrently, we only support <code>Prometheus Exporter</code> but more
are coming soon.</p>\n<h2 id=\"quick-start\">Quick Start</h2>\n<ul>\n<li>We
enable Apache DolphinScheduler to export metrics in <code>standalone</code>
mode to help users get hands dirty easily.</li>\n<li>Afte [...]
+ "__html": "<h1 id=\"introduction\">Introduction</h1>\n<p>Apache
DolphinScheduler exports metrics for system observability. We use <a
href=\"https://micrometer.io/\">Micrometer</a> as application metrics
facade.\nCurrently, we only support <code>Prometheus Exporter</code> but more
are coming soon.</p>\n<h2 id=\"quick-start\">Quick Start</h2>\n<ul>\n<li>We
enable Apache DolphinScheduler to export metrics in <code>standalone</code>
mode to help users get hands dirty easily.</li>\n<li>Afte [...]
"location": [
"Introduction to Functions",
"Metrics",
@@ -128,6 +128,67 @@
],
"anchor": "configuration"
},
+ {
+ "title": "Endpoint Security Authentication",
+ "children": [
+ {
+ "title": "Prometheus",
+ "children": [],
+ "anchor": "prometheus"
+ },
+ {
+ "title": "Task Related Metrics",
+ "children": [],
+ "anchor": "task-related-metrics"
+ },
+ {
+ "title": "Workflow Related Metrics",
+ "children": [],
+ "anchor": "workflow-related-metrics"
+ },
+ {
+ "title": "RPC Related Metrics",
+ "children": [],
+ "anchor": "rpc-related-metrics"
+ },
+ {
+ "title": "Master Server Metrics",
+ "children": [],
+ "anchor": "master-server-metrics"
+ },
+ {
+ "title": "Worker Server Metrics",
+ "children": [],
+ "anchor": "worker-server-metrics"
+ },
+ {
+ "title": "Api Server Metrics",
+ "children": [],
+ "anchor": "api-server-metrics"
+ },
+ {
+ "title": "Alert Server Related",
+ "children": [],
+ "anchor": "alert-server-related"
+ },
+ {
+ "title": "Database Related Metrics (Default)",
+ "children": [],
+ "anchor": "database-related-metrics-(default)"
+ },
+ {
+ "title": "JVM Related Metrics (Default)",
+ "children": [],
+ "anchor": "jvm-related-metrics-(default)"
+ },
+ {
+ "title": "Others (Default)",
+ "children": [],
+ "anchor": "others-(default)"
+ }
+ ],
+ "anchor": "endpoint-security-authentication"
+ },
{
"title": "Naming Convention & Mapping",
"children": [
diff --git a/pages/doc/zh-cn/dev/guide/installation/registry-plugins/etcd.json
b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/etcd.json
new file mode 100644
index 0000000000..becdff8bf8
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/etcd.json
@@ -0,0 +1,11 @@
+{
+ "__html": "<h1 id=\"介绍\">介绍</h1>\n<p>这个插件将使用 ETCD 作为注册中心。</p>\n<h1
id=\"如何使用\">如何使用</h1>\n<p>如果要将注册中心设置为 ETCD,需要在 master/worker/api 的
application.yml 中设置属性</p>\n<pre><code class=\"language-yaml\"><span
class=\"hljs-attr\">registry:</span>\n <span class=\"hljs-attr\">type:</span>
<span class=\"hljs-string\">etcd</span>\n <span
class=\"hljs-attr\">endpoints:</span> <span
class=\"hljs-string\">"http://etcd0:2379, http://etcd1:2379,
http://etcd2:2379"</span>\n <span class=\"hl [...]
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "ETCD"
+ ],
+ "structure": [],
+ "title": "介绍",
+ "link": "/guide/installation/registry-plugins/etcd"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json
b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json
new file mode 100644
index 0000000000..a9849afd8e
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/jdbc.json
@@ -0,0 +1,44 @@
+{
+ "__html": "<h1 id=\"介绍\">介绍</h1>\n<p>这个插件将使用 JDBC 作为注册中心。将使用与 api-server 的
yaml 默认的 DolphinScheduler 相同的数据库配置。</p>\n<h1
id=\"如何使用\">如何使用</h1>\n<ol>\n<li>初始化数据库</li>\n</ol>\n<ul>\n<li>\n<p>如果你使用
MySQL,你可以直接执行 SQL 脚本
<code>src/main/resources/mysql_registry_init.sql</code>.</p>\n</li>\n<li>\n<p>如果你使用
PostgreSQL,你可以直接执行 SQL 脚本
<code>src/main/resources/postgresql_registry_init.sql</code>.</p>\n</li>\n</ul>\n<ol
start=\"2\">\n<li>修改配置</li>\n</ol>\n<p>需要在 master/worker/api 的 application.yml
中 [...]
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "JDBC"
+ ],
+ "structure": [
+ {
+ "title": "可选配置",
+ "children": [
+ {
+ "title": "使用 MySQL 作为注册中心",
+ "children": [],
+ "anchor": "使用-mysql-作为注册中心"
+ },
+ {
+ "title": "使用 PostgreSQL 作为注册中心",
+ "children": [],
+ "anchor": "使用-postgresql-作为注册中心"
+ }
+ ],
+ "anchor": "可选配置"
+ },
+ {
+ "title": "对 JDBC 注册中心使用不同的数据库配置",
+ "children": [
+ {
+ "title": "使用 MySQL 作为注册中心",
+ "children": [],
+ "anchor": "使用-mysql-作为注册中心"
+ },
+ {
+ "title": "使用 PostgreSQL 作为注册中心",
+ "children": [],
+ "anchor": "使用-postgresql-作为注册中心"
+ }
+ ],
+ "anchor": "对-jdbc-注册中心使用不同的数据库配置"
+ }
+ ],
+ "title": "介绍",
+ "link": "/guide/installation/registry-plugins/jdbc"
+}
\ No newline at end of file
diff --git
a/pages/doc/zh-cn/dev/guide/installation/registry-plugins/zookeeper.json
b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/zookeeper.json
new file mode 100644
index 0000000000..69a60eafe2
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/installation/registry-plugins/zookeeper.json
@@ -0,0 +1,11 @@
+{
+ "__html": "<h1 id=\"介绍\">介绍</h1>\n<p>这个插件将使用 Zookeeper 作为注册中心。</p>\n<h1
id=\"如何使用\">如何使用</h1>\n<p>如果要将注册中心设置为 Zookeeper,需要在 master/worker/api 的
application.yml 中设置属性</p>\n<pre><code class=\"language-yaml\"><span
class=\"hljs-attr\">registry:</span>\n <span class=\"hljs-attr\">type:</span>
<span class=\"hljs-string\">zookeeper</span>\n <span
class=\"hljs-attr\">zookeeper:</span>\n <span
class=\"hljs-attr\">namespace:</span> <span
class=\"hljs-string\">dolphinscheduler</span>\n < [...]
+ "location": [
+ "部署指南",
+ "注册中心插件",
+ "Zookeeper"
+ ],
+ "structure": [],
+ "title": "介绍",
+ "link": "/guide/installation/registry-plugins/zookeeper"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/metrics/metrics.json
b/pages/doc/zh-cn/dev/guide/metrics/metrics.json
index 5e95bedfad..ada86ba52d 100644
--- a/pages/doc/zh-cn/dev/guide/metrics/metrics.json
+++ b/pages/doc/zh-cn/dev/guide/metrics/metrics.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"指标(metrics)使用指南\">指标(Metrics)使用指南</h1>\n<p>Apache
DolphinScheduler通过向外透出指标来提高系统的监控告警能力。 我们使用<a
href=\"https://micrometer.io/\">Micrometer</a>作为指标采集和透出框架。\n目前,我们只支持<code>Prometheus
Exporter</code>,但是多样化的Exporter将会持续贡献给用户。</p>\n<h2
id=\"快速上手\">快速上手</h2>\n<ul>\n<li>我们提供Apache DolphinScheduler
<code>standalone</code>
模式下采集并透出指标的能力,提供用户轻松快速的体验。</li>\n<li>当您在<code>standalone</code>模式下触发任务后,您可通过链接
<code>http://localhost:12345/dolphinscheduler/actuator/metrics</code> 访问生成的m
[...]
+ "__html": "<h1 id=\"指标(metrics)使用指南\">指标(Metrics)使用指南</h1>\n<p>Apache
DolphinScheduler通过向外透出指标来提高系统的监控告警能力。 我们使用<a
href=\"https://micrometer.io/\">Micrometer</a>作为指标采集和透出框架。\n目前,我们只支持<code>Prometheus
Exporter</code>,但是多样化的Exporter将会持续贡献给用户。</p>\n<h2
id=\"快速上手\">快速上手</h2>\n<ul>\n<li>我们提供Apache DolphinScheduler
<code>standalone</code>
模式下采集并透出指标的能力,提供用户轻松快速的体验。</li>\n<li>当您在<code>standalone</code>模式下触发任务后,您可通过链接
<code>http://localhost:12345/dolphinscheduler/actuator/metrics</code> 访问生成的m
[...]
"location": [
"功能介绍",
"指标相关",
@@ -128,6 +128,67 @@
],
"anchor": "配置"
},
+ {
+ "title": "端点安全认证",
+ "children": [
+ {
+ "title": "Prometheus",
+ "children": [],
+ "anchor": "prometheus"
+ },
+ {
+ "title": "任务相关指标",
+ "children": [],
+ "anchor": "任务相关指标"
+ },
+ {
+ "title": "工作流相关指标",
+ "children": [],
+ "anchor": "工作流相关指标"
+ },
+ {
+ "title": "RPC相关指标",
+ "children": [],
+ "anchor": "rpc相关指标"
+ },
+ {
+ "title": "Master Server指标",
+ "children": [],
+ "anchor": "master-server指标"
+ },
+ {
+ "title": "Worker Server指标",
+ "children": [],
+ "anchor": "worker-server指标"
+ },
+ {
+ "title": "Api Server指标",
+ "children": [],
+ "anchor": "api-server指标"
+ },
+ {
+ "title": "Alert Server指标",
+ "children": [],
+ "anchor": "alert-server指标"
+ },
+ {
+ "title": "数据库相关指标(默认)",
+ "children": [],
+ "anchor": "数据库相关指标(默认)"
+ },
+ {
+ "title": "JVM相关指标(默认)",
+ "children": [],
+ "anchor": "jvm相关指标(默认)"
+ },
+ {
+ "title": "其他指标(默认)",
+ "children": [],
+ "anchor": "其他指标(默认)"
+ }
+ ],
+ "anchor": "端点安全认证"
+ },
{
"title": "命名规则 & 命名映射",
"children": [
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 8d5ca5c9b2..a4c240a7b0 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: d132785c63249e52fa9465b257f2ef2b
+config: a8f7d2ca2b6f56f945c6f9c97a7776ce
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 7b5f40fd17..500c0c228a 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 90d26e03b03a82f217860ee6ffe3496f
+config: b9afd06dccf9b4c5de561dac604023af
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 7732ad709f..e6076e29fa 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: d50dbe96c892a299f4a3ef09b1c38478
+config: 7fdfa00e5a7233f11ec6915ea1e0b5fc
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 92f76a253b..948b47aea2 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 32aafd9badea2ec97789192302a290e5
+config: 00d8c7ab2db09e7821803ca7daebb3cb
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index f14131843b..1ef3c91cfd 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: f784c53c885661b037fa8029973bfe49
+config: 5bf2a8165f1b40408824cb295d127418
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 683d13c447..483838d8fe 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 6f2193ebbd968e9b290502d39cdb0759
+config: d5390ee3c52da5004b7d059ec816ddac
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 029dab2f9a..95187a2f55 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 61282f0b8146402937626bf15493d03d
+config: 2c10771fc14b7ed11b0c186a3b76c724
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index e58ebcc596..8d954f230c 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 67ad10e99be57be8ad5872f8905df06b
+config: ceef6ea5f376f6ae0a5561fd5b900b84
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 5114fa238b..837b7b4155 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: ae6ba298d08725a6063ce809d7e64005
+config: 0a6ce34085b5cd365a8e3a7feb43bee9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index e9df3a4ab5..2627367089 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 4d576258ef781e805675805e945d4618
+config: 54032aebd8fc41ac3f470e74b090bf63
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index eba1bdee3e..2a0055871e 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 5c2919ce3c6db5ac460468e76d85ebd6
+config: a764dfcd6750f1f8b6025bc48a8e51ac
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 396f25ecd2..f31b09069a 100644
--- a/python/4.1.0/.buildinfo
+++ b/python/4.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 9d7fe849c1e1994c3e240192092f0482
+config: 68f4b0e85c1c266bea89559023c468b7
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index c620c89424..eec85614d5 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7418a9b30a54ad0d70ce4154d9adfffd
+config: 99b1af2ad7cbd39bf9dfb5a7afb42ad8
tags: 645f666f9bcd5a90fca523b33c5a78b7