ferruzzi opened a new pull request, #31859: URL: https://github.com/apache/airflow/pull/31859
Follow-up to https://github.com/apache/airflow/pull/31725 **Objective** This PR adds OpenTelemetry support for timer metrics. With this merged, OTel and StatsD support should be at feature parity. ** Testing** Passes `breeze testing tests` and `breeze static-checks` locally. I have added unit tests for both new methods and these can also be manually tested by launching Breeze with `breeze start-airflow --integration otel` if anyone wants to check it out. Below is a screenshot of Grafana graphing the task run duration for a DAG which waited for a random period between 1 and 10 seconds and ran every minute:  -- 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]
