uranusjr commented on code in PR #30496:
URL: https://github.com/apache/airflow/pull/30496#discussion_r1159327333
##########
airflow/dag_processing/manager.py:
##########
@@ -1216,7 +1216,7 @@ def _kill_timed_out_processors(self):
Stats.decr("dag_processing.processes", tags={"file_path":
file_path, "action": "timeout"})
Stats.incr("dag_processing.processor_timeouts",
tags={"file_path": file_path})
# Deprecated; may be removed in a future Airflow release.
- Stats.incr("dag_file_processor_timeouts")
+ Stats.incr("dag_file_processor_timeouts", tags={"file_path":
file_path})
Review Comment:
I’m not sure tbis is a good idea; we want to nudge people toward the new
stat instead.
--
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]