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


##########
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:
   Alright, that was what I thought.  I went looking for something like this 
when I started on the OTel work and didn't find it.  That's buried pretty deep. 
 :+1: 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to