ferruzzi commented on code in PR #30496:
URL: https://github.com/apache/airflow/pull/30496#discussion_r1160590810
##########
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:
Sure, that makes sense. I'll remove the tagging on that one. I'm out of
town on holiday for a few days, I'll get that and the tests fixed on Tuesday
when I'm home.
--
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]