This is an automated email from the ASF dual-hosted git repository.

husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 117e404908 using seconds for failed scenarios too (#34532)
117e404908 is described below

commit 117e40490865f04aed38a18724fc88a8cf94aacc
Author: Shubham Raj <48172486+shubhamraj-...@users.noreply.github.com>
AuthorDate: Fri Sep 22 00:23:34 2023 +0530

    using seconds for failed scenarios too (#34532)
    
    Co-authored-by: Shubham <shubham...@cloudera.com>
---
 .../administration-and-deployment/logging-monitoring/metrics.rst        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
index 07f7dc651a..b6703c41a4 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
@@ -232,7 +232,7 @@ Name                                                
Description
 ``dag.<dag_id>.<task_id>.queued_duration``          Seconds a task spends in 
the Queued state, before being Running
 ``dag_processing.last_duration.<dag_file>``         Seconds taken to load the 
given DAG file
 ``dagrun.duration.success.<dag_id>``                Seconds taken for a DagRun 
to reach success state
-``dagrun.duration.failed.<dag_id>``                 Milliseconds taken for a 
DagRun to reach failed state
+``dagrun.duration.failed.<dag_id>``                 Seconds taken for a DagRun 
to reach failed state
 ``dagrun.schedule_delay.<dag_id>``                  Seconds of delay between 
the scheduled DagRun
                                                     start date and the actual 
DagRun start date
 ``scheduler.critical_section_duration``             Milliseconds spent in the 
critical section of scheduler loop --

Reply via email to