suhanovv opened a new pull request #17769:
URL: https://github.com/apache/airflow/pull/17769


   Fixes for [17513](https://github.com/apache/airflow/issues/17513)
   
   Problem with metrics arises at the moment when between the intervals 
AIRFLOV__SHEDULER__PRINT_STATS_INTERVAL file processing ends and dag processor 
is removed from DagFileProcessorManager._processors and as a result the 
DagFileProcessorManager.get_start_time method returns Nona and no statistics 
are sent on the file, moreover, this metric does not display the total 
processing time of the file, it shows time from the beginning of processing 
file until the call to DagFileProcessorManager._log_file_processing_stats.


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