eladkal commented on code in PR #40546: URL: https://github.com/apache/airflow/pull/40546#discussion_r1669121540
########## RELEASE_NOTES.rst: ########## @@ -21,6 +21,68 @@ .. towncrier release notes start +Airflow 2.9.3 (2024-07-02) +-------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +Time unit for ``scheduled_duration`` and ``queued_duration`` changed (#37936) +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +``scheduled_duration`` and ``queued_duration`` metrics are now emitted in milliseconds instead of seconds. + +By convention all statsd metrics should be emitted in milliseconds, this is later expected in e.g. ``prometheus`` statsd-exporter. + + +Support for OpenTelemetry Metrics is no longer "Experimental" (#40286) +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +Official support for OpenTelemetry Review Comment: I dont think this adds more information than the row above? Maybe we should say something like "experimintal support for OpenTelemetry was added in ____ since then fixes and improvments were added and now we announce the feature as stable" -- 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]
