Hi
This library has come along at the perfect time for me. My company is really interested in getting observability hooked up across the various batch schedulers we use, and Airflow is one of them. They've asked me to take a look as I've got OTel experience (although mostly in .NET; hardly any Python/Airflow).
As a newbie to using OTel from Python and it took me a while to work out that the way to get additional tracing out of the system was to use the tracer_provider from OtelHook. I thought I could contribute a tiny bit of doc improvement as a way of saying hello. I'm certainly not wedded to anything I've written, so please feel free to correct it!
Hi This library has come along at the perfect time for me. My company is really interested in getting observability hooked up across the various batch schedulers we use, and Airflow is one of them. They've asked me to take a look as I've got OTel experience (although mostly in .NET; hardly any Python/Airflow).
As a newbie to using OTel from Python and it took me a while to work out that the way to get additional tracing out of the system was to use the
tracer_provider
from OtelHook. I thought I could contribute a tiny bit of doc improvement as a way of saying hello. I'm certainly not wedded to anything I've written, so please feel free to correct it!