vatsrahul1001 commented on code in PR #67233: URL: https://github.com/apache/airflow/pull/67233#discussion_r3274946651
########## RELEASE_NOTES.rst: ########## @@ -24,6 +24,226 @@ .. towncrier release notes start +Airflow 3.2.2 (2026-05-26) +-------------------------- + +Significant Changes +^^^^^^^^^^^^^^^^^^^ + +- OTel timer and timing metrics now use Histogram instead of Gauge, preserving count, sum, and bucket distribution across recordings. Dashboards built against the previous Gauge representation must migrate to Histogram aggregations (count/sum/bucket) to keep working — Grafana panels using ``gauge`` queries on Airflow timer metrics will need updating to ``histogram_quantile`` (or equivalent) on the new buckets. (#64207) Review Comment: Yeah I agree. I have removed better suited for 3.3.0 -- 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]
