sortega opened a new issue, #70666: URL: https://github.com/apache/airflow/issues/70666
### Description Airflow submits metrics through a network connection defined by host and port. However, the existing backends also support using an UDS socket but there is no way to configure that at the moment. A new `[metrics] statsd_socket_path` will be very useful to unlock this. ### Use case/motivation The motivation is to unlock the advantages of UDS sockets for this: - Lower overhead - Better security posture: local-only exposure, filesystem permissions - No dropped packages ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
