howardyoo / airflow_otel_provider

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

Document how to use `OtelHook.tracer_provider` #4

Closed swythan closed 2 months ago

swythan commented 2 months ago

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've had a go at adding some documentation for that in #3

howardyoo commented 2 months ago

Merged! Thanks!