ashb commented on a change in pull request #4858: [AIRFLOW-4033] record stats of task duration URL: https://github.com/apache/airflow/pull/4858#discussion_r263326161
########## File path: docs/metrics.rst ########## @@ -66,4 +66,5 @@ Timers Name Description ================================= ======================================= dagrun.dependency-check.<dag_id> Seconds taken to check DAG dependencies +<dag_id>.<task_id>.duration Seconds taken to finish a task Review comment: I feel this should be prefixed with something to make the metrics un-ambigious. `dag.`? (so `dag.mydag.my-task.duration = 300`) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
