mjpieters opened a new pull request #10633: URL: https://github.com/apache/airflow/pull/10633
This is my fix for the statsd timers reporting values as milliseconds. This pull request is essentially a backport of two pull request: - #6682 (already merged) - #10632 (my pull request for this issue for the master branch) The updated code passes `timedelta()` objects to `StatsClient.timing()`, and leaves worrying about the right unit of time to the client library. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
