uranusjr commented on code in PR #70517: URL: https://github.com/apache/airflow/pull/70517#discussion_r3774216285
########## shared/observability/src/airflow_shared/observability/metrics/statsd_logger.py: ########## @@ -22,6 +22,8 @@ from functools import wraps from typing import TYPE_CHECKING, TypeVar, cast +from statsd import StatsClient, UnixSocketStatsClient Review Comment: These need fallbacks because statsd may not be available if the user opts for datadag. -- 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]
