AutomationDev85 opened a new pull request, #67328:
URL: https://github.com/apache/airflow/pull/67328

   # Overview
   
   After switching to edge3 provider version 3.6.0, we observed that edge 
metrics were exposed without worker_name tags. During root-cause analysis, we 
found that metrics were no longer exported through DualStatsManager. As a 
result, StatsD mappings broke because the worker name was no longer included in 
the metric name.
   
   In Airflow version 3.2.1, this behavior was handled by DualStatsManager. As 
we understand it, the new implementation that replaces DualStatsManager will 
address this, but it is planned for Airflow 3.3. Therefore, this change 
reintroduces the DualStatsManager check to keep edge worker metrics compatible 
with Airflow 3.2.
   
   
   # Details of change:
   
   * Add DualStatsManager check for Airflow 3.2 compatibility


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