Skip to content

OTEL provider for Airflow release 1.0.0

Compare
Choose a tag to compare
@howardyoo howardyoo released this 02 Sep 07:42
· 12 commits to main since this release
368cc9e

Initial release, which covers the following:

  • OTEL hook for creating trace, metrics, and logs within the DAG file, emitting telemetry data in OTEL format
  • event listener to instrument DAG runs and task instances

Hooks and event listener will be enabled depending on Airflow version compatible (having OTEL tracing), and also for older version of Airflow that does not.