ianlofs commented on issue #14364:
URL: https://github.com/apache/airflow/issues/14364#issuecomment-789984552


   Found this because I was doing a deep five through this recently because I 
am currently trying to figure out the best way to monitor for DAGs that never 
start. This is where this is getting emitted in the 1.10.X series, 
https://github.com/apache/airflow/blob/v1-10-stable/airflow/jobs/scheduler_job.py#L1296.
 If this is getting added back It would be really useful if the metric was 
emitted all the time instead of only when a new DagRun is getting created. This 
would result in more metrics getting sent but would allow for monitoring on if 
a DAG was missed all together (for instance due to `catchup = False` being set 
on a Dag and that Dag running longer than the schedule period. Would definitely 
be willing to add a PR to add in this functionality. 


----------------------------------------------------------------
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]


Reply via email to