You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2022/08/04 03:10:55 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: d92d5f83288b036206a4c05b360845711487f14c

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 72c3249ca Automated deployment: d92d5f83288b036206a4c05b360845711487f14c
72c3249ca is described below

commit 72c3249cabaff615d98153063716324abc75786c
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Thu Aug 4 03:10:51 2022 +0000

    Automated deployment: d92d5f83288b036206a4c05b360845711487f14c
---
 en-us/community/team.html                          | 15 ++++++++++-----
 en-us/community/team.json                          |  2 +-
 en-us/docs/dev/user_doc/guide/metrics/metrics.html |  5 +++--
 en-us/docs/dev/user_doc/guide/metrics/metrics.json |  2 +-
 en-us/docs/dev/user_doc/guide/security.html        |  3 +++
 en-us/docs/dev/user_doc/guide/security.json        |  2 +-
 zh-cn/community/team.html                          | 15 ++++++++++-----
 zh-cn/community/team.json                          |  2 +-
 zh-cn/docs/dev/user_doc/guide/metrics/metrics.html |  5 +++--
 zh-cn/docs/dev/user_doc/guide/metrics/metrics.json |  2 +-
 zh-cn/docs/dev/user_doc/guide/security.html        |  3 +++
 zh-cn/docs/dev/user_doc/guide/security.json        |  2 +-
 12 files changed, 38 insertions(+), 20 deletions(-)

diff --git a/en-us/community/team.html b/en-us/community/team.html
index 946ab36e4..381a0dbc2 100644
--- a/en-us/community/team.html
+++ b/en-us/community/team.html
@@ -132,6 +132,11 @@
 <td>zihaoxiang</td>
 <td><a href="https://github.com/SbloodyS">@SbloodyS</a></td>
 </tr>
+<tr>
+<td>JinyLeeChina</td>
+<td>jinyleechina</td>
+<td><a href="https://github.com/JinyLeeChina">@JinyLeeChina</a></td>
+</tr>
 </tbody>
 </table>
 <h3>Committer</h3>
@@ -220,11 +225,6 @@
 <td><a href="https://github.com/lfyee">@lfyee</a></td>
 </tr>
 <tr>
-<td>JinyLeeChina</td>
-<td>jinyleechina</td>
-<td><a href="https://github.com/JinyLeeChina">@JinyLeeChina</a></td>
-</tr>
-<tr>
 <td>Wang Xingjie</td>
 <td>wangxj</td>
 <td><a href="https://github.com/wangxj3">@wangxj3</a></td>
@@ -274,6 +274,11 @@
 <td>chufenggao</td>
 <td><a href="https://github.com/EricGao888">@EricGao888</a></td>
 </tr>
+<tr>
+<td>JiPeng Wang</td>
+<td>wangjipeng</td>
+<td><a href="https://github.com/WangJPLeo">@WangJPLeo</a></td>
+</tr>
 </tbody>
 </table>
 <h2>Contributors</h2>
diff --git a/en-us/community/team.json b/en-us/community/team.json
index 8ef50b1c7..c448cc267 100644
--- a/en-us/community/team.json
+++ b/en-us/community/team.json
@@ -1,6 +1,6 @@
 {
   "filename": "team.md",
-  "__html": "<h1>DolphinScheduler Team</h1>\n<p>The DolphinScheduler team is comprised of Members and Contributors. Members have direct access to the source of DolphinScheduler project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to DolphinScheduler are greatly appreciated, whether for trivial cleanups, big new features or other ma [...]
+  "__html": "<h1>DolphinScheduler Team</h1>\n<p>The DolphinScheduler team is comprised of Members and Contributors. Members have direct access to the source of DolphinScheduler project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to DolphinScheduler are greatly appreciated, whether for trivial cleanups, big new features or other ma [...]
   "link": "/dist/en-us/community/team.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/metrics/metrics.html b/en-us/docs/dev/user_doc/guide/metrics/metrics.html
index 6f2bc7d7f..2bbe15fcb 100644
--- a/en-us/docs/dev/user_doc/guide/metrics/metrics.html
+++ b/en-us/docs/dev/user_doc/guide/metrics/metrics.html
@@ -124,9 +124,10 @@ docker compose up
 </ul>
 <h3>Alert Server Related</h3>
 <ul>
-<li>Currently, we have not embedded any metrics in Alert Server.</li>
+<li>ds.alert.send.count: (counter) the number of sent alerts, sliced by tag <code>status</code></li>
+<li>ds.alert.pending: (gauge) the number of alerts waiting to get fired</li>
 </ul>
-<p>In each server, there are some default system-level metrics related to <code>database connection</code>, <code>JVM</code>, etc. We list them below for your reference:</p>
+<p><strong>In each server, there are some default system-level metrics related to <code>database connection</code>, <code>JVM</code>, etc. We list them below for your reference:</strong></p>
 <h3>Database Related Metrics (Default)</h3>
 <ul>
 <li>hikaricp.connections: the total number of connections</li>
diff --git a/en-us/docs/dev/user_doc/guide/metrics/metrics.json b/en-us/docs/dev/user_doc/guide/metrics/metrics.json
index 1accf3134..b35ebc179 100644
--- a/en-us/docs/dev/user_doc/guide/metrics/metrics.json
+++ b/en-us/docs/dev/user_doc/guide/metrics/metrics.json
@@ -1,6 +1,6 @@
 {
   "filename": "metrics.md",
-  "__html": "<h1>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>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>After triggering tasks in <code>standalone< [...]
+  "__html": "<h1>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>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>After triggering tasks in <code>standalone< [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/metrics/metrics.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/security.html b/en-us/docs/dev/user_doc/guide/security.html
index a4263ac10..28ebbd551 100644
--- a/en-us/docs/dev/user_doc/guide/security.html
+++ b/en-us/docs/dev/user_doc/guide/security.html
@@ -128,6 +128,9 @@
 <h3>Usage environment</h3>
 <p>Create a task node in the workflow definition, select the worker group and the environment corresponding to the worker group. When executing the task, the Worker will execute the environment first before executing the task.</p>
 <p><img src="/img/new_ui/dev/security/use-environment.png" alt="use-environment"></p>
+<blockquote>
+<p>NOTE: Please make sure you have associated the <code>Environments</code> with your <code>worker groups</code> if you can not select the <code>Environment Name</code> in workflow definition page or when triggering workflows.</p>
+</blockquote>
 <h2>Cluster Management</h2>
 <blockquote>
 <p>Add or update cluster</p>
diff --git a/en-us/docs/dev/user_doc/guide/security.json b/en-us/docs/dev/user_doc/guide/security.json
index ee0ee73ad..7e1100f60 100644
--- a/en-us/docs/dev/user_doc/guide/security.json
+++ b/en-us/docs/dev/user_doc/guide/security.json
@@ -1,6 +1,6 @@
 {
   "filename": "security.md",
-  "__html": "<h1>Security (Authorization System)</h1>\n<p>Only the administrator account in the security center has permission to operate, which includes queue management, tenant management, user management, alarm group management, worker group management, token management and other functions. In the user management module, you can authorize resources, data sources, projects, etc.</p>\n<p>Administrator login, default username/password: admin/dolphinscheduler123</p>\n<h2>Create Queue</h2> [...]
+  "__html": "<h1>Security (Authorization System)</h1>\n<p>Only the administrator account in the security center has permission to operate, which includes queue management, tenant management, user management, alarm group management, worker group management, token management and other functions. In the user management module, you can authorize resources, data sources, projects, etc.</p>\n<p>Administrator login, default username/password: admin/dolphinscheduler123</p>\n<h2>Create Queue</h2> [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/security.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/community/team.html b/zh-cn/community/team.html
index e0fe99e4d..141b77605 100644
--- a/zh-cn/community/team.html
+++ b/zh-cn/community/team.html
@@ -133,6 +133,11 @@
 <td>zihaoxiang</td>
 <td><a href="https://github.com/SbloodyS">@SbloodyS</a></td>
 </tr>
+<tr>
+<td>JinyLeeChina</td>
+<td>jinyleechina</td>
+<td><a href="https://github.com/JinyLeeChina">@JinyLeeChina</a></td>
+</tr>
 </tbody>
 </table>
 <h3>Committer</h3>
@@ -221,11 +226,6 @@
 <td><a href="https://github.com/lfyee">@lfyee</a></td>
 </tr>
 <tr>
-<td>JinyLeeChina</td>
-<td>jinyleechina</td>
-<td><a href="https://github.com/JinyLeeChina">@JinyLeeChina</a></td>
-</tr>
-<tr>
 <td>Wang Xingjie</td>
 <td>wangxj</td>
 <td><a href="https://github.com/wangxj3">@wangxj3</a></td>
@@ -275,6 +275,11 @@
 <td>chufenggao</td>
 <td><a href="https://github.com/EricGao888">@EricGao888</a></td>
 </tr>
+<tr>
+<td>JiPeng Wang</td>
+<td>wangjipeng</td>
+<td><a href="https://github.com/WangJPLeo">@WangJPLeo</a></td>
+</tr>
 </tbody>
 </table>
 <h2>贡献者</h2>
diff --git a/zh-cn/community/team.json b/zh-cn/community/team.json
index cfcb66afb..1165d2949 100644
--- a/zh-cn/community/team.json
+++ b/zh-cn/community/team.json
@@ -1,6 +1,6 @@
 {
   "filename": "team.md",
-  "__html": "<h1>DolphinScheduler 团队</h1>\n<p>DolphinScheduler 团队由成员和贡献者组成。 成员可以直接访问 DolphinScheduler 项目的源代码并积极地开发代码库。 贡献者通过向成员提交补丁和建议来改善项目。 该项目的贡献者数量是无限的。 无论是琐碎的清理工作,重要的新功能还是其他重大的奖励,对 DolphinScheduler 所做的所有贡献都将受到极大的赞赏。</p>\n<h2>成员</h2>\n<h3>PMC</h3>\n<table>\n<thead>\n<tr>\n<th>Public Name</th>\n<th>Apache ID</th>\n<th>GitHub ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Furkan Kamaci</td>\n<td>kamaci</td>\n<td><a href=\"https://github.com/kamaci\">@kamaci</a></td>\n</tr>\n<tr>\n<td>Gang [...]
+  "__html": "<h1>DolphinScheduler 团队</h1>\n<p>DolphinScheduler 团队由成员和贡献者组成。 成员可以直接访问 DolphinScheduler 项目的源代码并积极地开发代码库。 贡献者通过向成员提交补丁和建议来改善项目。 该项目的贡献者数量是无限的。 无论是琐碎的清理工作,重要的新功能还是其他重大的奖励,对 DolphinScheduler 所做的所有贡献都将受到极大的赞赏。</p>\n<h2>成员</h2>\n<h3>PMC</h3>\n<table>\n<thead>\n<tr>\n<th>Public Name</th>\n<th>Apache ID</th>\n<th>GitHub ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Furkan Kamaci</td>\n<td>kamaci</td>\n<td><a href=\"https://github.com/kamaci\">@kamaci</a></td>\n</tr>\n<tr>\n<td>Gang [...]
   "link": "/dist/zh-cn/community/team.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html b/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html
index 30e53cf3c..c9f727f98 100644
--- a/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html
+++ b/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html
@@ -125,9 +125,10 @@ docker compose up
 </ul>
 <h3>Alert Server指标</h3>
 <ul>
-<li>目前我们尚未提供任何Alert Server指标</li>
+<li>ds.alert.send.count: (counter) 已发送的告警数量,可由标签<code>status</code>切分</li>
+<li>ds.alert.pending: (gauge) 等待发送的告警数量</li>
 </ul>
-<p>在每个server中都有一些系统层面(如数据库链接、JVM)的默认指标,为了您的检阅方便,我们也将它们列在了这里:</p>
+<p><strong>在每个server中都有一些系统层面(如数据库链接、JVM)的默认指标,为了您的检阅方便,我们也将它们列在了这里:</strong></p>
 <h3>数据库相关指标(默认)</h3>
 <ul>
 <li>hikaricp.connections: 连接综述</li>
diff --git a/zh-cn/docs/dev/user_doc/guide/metrics/metrics.json b/zh-cn/docs/dev/user_doc/guide/metrics/metrics.json
index ee519bf14..7b76c99af 100644
--- a/zh-cn/docs/dev/user_doc/guide/metrics/metrics.json
+++ b/zh-cn/docs/dev/user_doc/guide/metrics/metrics.json
@@ -1,6 +1,6 @@
 {
   "filename": "metrics.md",
-  "__html": "<h1>指标(Metrics)使用指南</h1>\n<p>Apache DolphinScheduler通过向外透出指标来提高系统的监控告警能力。 我们使用<a href=\"https://micrometer.io/\">Micrometer</a>作为指标采集和透出框架。\n目前,我们只支持<code>Prometheus Exporter</code>,但是多样化的Exporter将会持续贡献给用户。</p>\n<h2>快速上手</h2>\n<ul>\n<li>我们提供Apache DolphinScheduler <code>standalone</code> 模式下采集并透出指标的能力,提供用户轻松快速的体验。</li>\n<li>当您在<code>standalone</code>模式下触发任务后,您可通过链接 <code>http://localhost:12345/dolphinscheduler/actuator/metrics</code> 访问生成的metrics列表。</li>\n<li>当您在<code>standa [...]
+  "__html": "<h1>指标(Metrics)使用指南</h1>\n<p>Apache DolphinScheduler通过向外透出指标来提高系统的监控告警能力。 我们使用<a href=\"https://micrometer.io/\">Micrometer</a>作为指标采集和透出框架。\n目前,我们只支持<code>Prometheus Exporter</code>,但是多样化的Exporter将会持续贡献给用户。</p>\n<h2>快速上手</h2>\n<ul>\n<li>我们提供Apache DolphinScheduler <code>standalone</code> 模式下采集并透出指标的能力,提供用户轻松快速的体验。</li>\n<li>当您在<code>standalone</code>模式下触发任务后,您可通过链接 <code>http://localhost:12345/dolphinscheduler/actuator/metrics</code> 访问生成的metrics列表。</li>\n<li>当您在<code>standa [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/security.html b/zh-cn/docs/dev/user_doc/guide/security.html
index 1aa1cf684..ddf25ac7d 100644
--- a/zh-cn/docs/dev/user_doc/guide/security.html
+++ b/zh-cn/docs/dev/user_doc/guide/security.html
@@ -168,6 +168,9 @@ worker.groups=default,test
 <li>在工作流定义中创建任务节点选择 worker 分组和 worker 分组对应的环境,任务执行时 worker 会先执行环境在执行任务.</li>
 </ul>
 <p><img src="/img/new_ui/dev/security/use-environment.png" alt="use-environment"></p>
+<blockquote>
+<p>注意: 当无法在任务定义或工作流运行对话框中使用你想要使用的环境时,请检查您已经选择worker,并且您要使用的环境已经关联到您选择的worker中</p>
+</blockquote>
 <h2>集群管理</h2>
 <blockquote>
 <p>创建/更新 集群</p>
diff --git a/zh-cn/docs/dev/user_doc/guide/security.json b/zh-cn/docs/dev/user_doc/guide/security.json
index 7501c7d9d..a6f85720a 100644
--- a/zh-cn/docs/dev/user_doc/guide/security.json
+++ b/zh-cn/docs/dev/user_doc/guide/security.json
@@ -1,6 +1,6 @@
 {
   "filename": "security.md",
-  "__html": "<h1>安全中心(权限系统)</h1>\n<ul>\n<li>安全中心只有管理员账户才有权限操作,分别有队列管理、租户管理、用户管理、告警组管理、worker分组管理、令牌管理等功能,在用户管理模块可以对资源、数据源、项目等授权</li>\n<li>管理员登录,默认用户名/密码:admin/dolphinscheduler123</li>\n</ul>\n<h2>创建队列</h2>\n<ul>\n<li>队列是在执行 spark、mapreduce 等程序,需要用到“队列”参数时使用的。</li>\n<li>管理员进入安全中心 -&gt; 队列管理页面,点击“创建队列”按钮,创建队列。</li>\n</ul>\n<p><img src=\"/img/new_ui/dev/security/create-queue.png\" alt=\"create-queue\"></p>\n<h2>添加租户</h2>\n<ul>\n<li>租户对应的是 Linux 的用户,用于 worker 提交作业所使用的用户。如果 linux 没有这个用户,则会导致任 [...]
+  "__html": "<h1>安全中心(权限系统)</h1>\n<ul>\n<li>安全中心只有管理员账户才有权限操作,分别有队列管理、租户管理、用户管理、告警组管理、worker分组管理、令牌管理等功能,在用户管理模块可以对资源、数据源、项目等授权</li>\n<li>管理员登录,默认用户名/密码:admin/dolphinscheduler123</li>\n</ul>\n<h2>创建队列</h2>\n<ul>\n<li>队列是在执行 spark、mapreduce 等程序,需要用到“队列”参数时使用的。</li>\n<li>管理员进入安全中心 -&gt; 队列管理页面,点击“创建队列”按钮,创建队列。</li>\n</ul>\n<p><img src=\"/img/new_ui/dev/security/create-queue.png\" alt=\"create-queue\"></p>\n<h2>添加租户</h2>\n<ul>\n<li>租户对应的是 Linux 的用户,用于 worker 提交作业所使用的用户。如果 linux 没有这个用户,则会导致任 [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/security.html",
   "meta": {}
 }
\ No newline at end of file