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 4f7f9e168 Automated deployment: 
599a349d789c45946bc350521dda94150b67d196
4f7f9e168 is described below

commit 4f7f9e16880aef735257debbf66df6fc63305f9b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 12 05:21:15 2022 +0000

    Automated deployment: 599a349d789c45946bc350521dda94150b67d196
---
 en-us/docs/dev/user_doc/guide/metrics/metrics.html | 5 ++++-
 en-us/docs/dev/user_doc/guide/metrics/metrics.json | 2 +-
 zh-cn/docs/dev/user_doc/guide/metrics/metrics.html | 3 +++
 zh-cn/docs/dev/user_doc/guide/metrics/metrics.json | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

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 16a050b8c..1c4b29f15 100644
--- a/en-us/docs/dev/user_doc/guide/metrics/metrics.html
+++ b/en-us/docs/dev/user_doc/guide/metrics/metrics.html
@@ -78,7 +78,7 @@ docker compose up
 <li>ds.task.execution.count.by.type: (counter) the number of task executions 
grouped by tag <code>task_type</code></li>
 <li>ds.task.running: (gauge) the number of running tasks</li>
 <li>ds.task.prepared: (gauge) the number of tasks prepared for task queue</li>
-<li>ds.task.execution.count: (histogram) the number of executed tasks</li>
+<li>ds.task.execution.count: (counter) the number of executed tasks</li>
 <li>ds.task.execution.duration: (histogram) duration of task executions</li>
 </ul>
 <h3>Workflow Related Metrics</h3>
@@ -106,6 +106,9 @@ docker compose up
 <ul>
 <li>ds.worker.overload.count: (counter) the number of times the worker 
overloaded</li>
 <li>ds.worker.full.submit.queue.count: (counter) the number of times the 
worker's submit queue being full</li>
+<li>ds.worker.resource.download.count: (counter) the number of downloaded 
resource files on workers, sliced by tag <code>status</code></li>
+<li>ds.worker.resource.download.duration: (histogram) the time cost of 
resource download on workers</li>
+<li>ds.worker.resource.download.size: (histogram) the sizes of downloaded 
resource files on workers (bytes)</li>
 </ul>
 <h3>Api Server Metrics</h3>
 <ul>
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 485224d8f..e6a24845e 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/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html 
b/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html
index 25930aaae..819ef82af 100644
--- a/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html
+++ b/zh-cn/docs/dev/user_doc/guide/metrics/metrics.html
@@ -107,6 +107,9 @@ docker compose up
 <ul>
 <li>ds.worker.overload.count: (counter) worker过载次数</li>
 <li>ds.worker.full.submit.queue.count: (counter) worker提交队列全满次数</li>
+<li>ds.worker.resource.download.count: (counter) 
worker下载资源文件的次数,可由<code>status</code>标签切分</li>
+<li>ds.worker.resource.download.duration: (histogram) worker下载资源文件时花费的时间分布</li>
+<li>ds.worker.resource.download.size: (histogram) worker下载资源文件大小的分布(bytes)</li>
 </ul>
 <h3>Api Server指标</h3>
 <ul>
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 378fc99cf..63ea69f70 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

Reply via email to