guan404ming commented on issue #44643: URL: https://github.com/apache/airflow/issues/44643#issuecomment-4012466022
This appears to be fixed in Airflow 3. The metrics architecture was refactored: triggers.running now goes through DualStatsManager, and triggerer_heartbeat / serde.load_serializers use the unified Stats singleton, all of which correctly read the configured statsd_prefix. The original issue was caused by inconsistent Stats initialization paths in 2.x. I believe this can be closed. -- 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]
