ferruzzi commented on code in PR #30496:
URL: https://github.com/apache/airflow/pull/30496#discussion_r1160402858
##########
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:
How so? Stats is an interface that both OTel and StatsD will share.
--
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]