1fanwang commented on code in PR #71564: URL: https://github.com/apache/airflow/pull/71564#discussion_r3806131401
########## airflow-core/docs/administration-and-deployment/logging-monitoring/metrics.rst: ########## @@ -53,6 +53,12 @@ custom StatsD client. This module must be available on your :envvar:`PYTHONPATH` See :doc:`../modules_management` for details on how Python and Airflow manage modules. +.. note:: + + StatsD has no resource concept, so metrics cannot be attributed to the process that + produced them. Use OpenTelemetry if you need that — see Review Comment: Makes sense! Clarified in https://github.com/apache/airflow/pull/71564/commits/b32b9e4d55be9162c2e9445238c439116a7a7ee3 -- 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]
