Hello friends! OTel support for metrics reporting has been live for a bit now and I am looking forward to the next stage which will be to get Traces and Spans implemented. Howard Yoo has a working proof-of-concept for the Traces in the AIP, and I have set up a Project board on GitHub with a breakdown of what needs to be done for the Traces, along with links back to the relevant parts of the POC.
I'd love to get this done, but honestly work and life have me a bit overwhelmed and distracted with other things. So I'm putting out the call for help. If anyone is looking for a little something to work on, the tasks on the board should be fairly "bite-sized" and all include (rough?) examples. The first one or two will be the more difficult as we decide on a format and get unit tests implemented, then after that the rest will just be "do that again in a different file" and should get much easier. So this is a call for action, and a call for help. Many hands make light work, as they say, and I'd very much love to see this project through. AIP: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-49+OpenTelemetry+Support+for+Apache+Airflow Project Board: https://github.com/orgs/apache/projects/298 Previous Work [metrics implementation]: https://github.com/apache/airflow/pulls?q=is%3Apr+in%3Atitle+%5BAIP-49%5D+ - ferruzzi