This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new f53975a fixup! Add metric for scheduling delay between first run task
& expected start time (#9544)
f53975a is described below
commit f53975aa9f72b46e941701e1dfd17f7959673aab
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Dec 3 09:17:14 2020 +0100
fixup! Add metric for scheduling delay between first run task & expected
start time (#9544)
---
docs/metrics.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/metrics.rst b/docs/metrics.rst
index 5f09b85..82e62b0 100644
--- a/docs/metrics.rst
+++ b/docs/metrics.rst
@@ -109,4 +109,4 @@ Name
Description
``dagrun.schedule_delay.<dag_id>`` Milliseconds of delay
between the scheduled DagRun
start date and the actual
DagRun start date
``dagrun.<dag_id>.first_task_scheduling_delay`` Seconds elapsed between
first task start_date and dagrun expected start
-=================================================
==============================================================================
+=================================================
=======================================================================