You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/10 05:06:39 UTC

[GitHub] [airflow] potiuk opened a new issue #20778: Make Airlfow integration with Open-Telemetry "pluggable"

potiuk opened a new issue #20778:
URL: https://github.com/apache/airflow/issues/20778


   We should be able to "plug-in" the open-telemetry integration in Airflow. This should be possible to be done on several layers:
   
   1) we should be able to integrate different exporters by just enabling them (Jaeger, Console, ....). Currently we know that we have to some Gunicorn/Fork workarounds (and write some small code snippets specific per exporter) but ideally we should be able to just configure the exporter
   
   2) Some basic exporters should be runnable via breeze env ("--integration" flag) - this way we should be able to test and enable open-telemetry integration as an optional component during airflow development
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] Melodie97 commented on issue #20778: Make Airlfow integration with Open-Telemetry "pluggable"

Posted by GitBox <gi...@apache.org>.
Melodie97 commented on issue #20778:
URL: https://github.com/apache/airflow/issues/20778#issuecomment-1011911275


   Ok, I’ll work on this


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org