ferruzzi commented on code in PR #30612:
URL: https://github.com/apache/airflow/pull/30612#discussion_r1178578272


##########
docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst:
##########
@@ -164,7 +164,9 @@ Timers
 Name                                                Description
 =================================================== 
========================================================================
 ``dagrun.dependency-check.<dag_id>``                Milliseconds taken to 
check DAG dependencies
-``dag.<dag_id>.<task_id>.duration``                 Seconds taken to finish a 
task
+``dag.<dag_id>.<task_id>.duration``                 Seconds taken to run a task
+``dag.<dag_id>.<task_id>.scheduled_duration``       Seconds a task spends in 
the Scheduled state, before being Queued
+``dag.<dag_id>.<task_id>.queued_duration``          Seconds a task spends in 
the Queued state, before being Running

Review Comment:
   (Non-blocking) Just curious, are these lines manual changes or from some 
automated change?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to