howardyoo / airflow_otel_provider

Airflow Provider for OpenTelemetry
Apache License 2.0
3 stars 2 forks source link

Add docs on `OtelHook.tracer_provider` #3

Closed swythan closed 2 months ago

swythan commented 2 months ago

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!