dstandish commented on code in PR #62436:
URL: https://github.com/apache/airflow/pull/62436#discussion_r2854483438
##########
task-sdk/src/airflow/sdk/configuration.py:
##########
@@ -266,6 +271,13 @@ def initialize_config() -> AirflowSDKConfigParser:
return airflow_config_parser
+provider = TracerProvider()
+exporter = OTLPSpanExporter()
+span_processor = SimpleSpanProcessor(exporter)
Review Comment:
ok -- it works. i added a force flush decorator to task runner main()
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]