vandonr-amz commented on code in PR #30496:
URL: https://github.com/apache/airflow/pull/30496#discussion_r1163297751
##########
airflow/dag_processing/processor.py:
##########
@@ -174,6 +174,7 @@ def _handle_dag_file_processing():
), Stats.timer() as timer:
_handle_dag_file_processing()
log.info("Processing %s took %.3f seconds", file_path,
timer.duration)
+ Stats.timing("dag.processor.parse.time", dt=timer.duration,
tags={"file_path": file_path})
Review Comment:
I'd say that this `last_duration` metric is pretty poorly named but
¯\\\_(ツ)_/¯
--
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]