File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
modules/apache-airflow/templates Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ airflowHome: /opt/airflow
6868defaultAirflowRepository : ghcr.io/sage-bionetworks-workflows/orca-recipes
6969
7070# Default airflow tag to deploy
71- defaultAirflowTag : " 0.2.0 "
71+ defaultAirflowTag : " 0.2.1 "
7272
7373# Default airflow digest. If specified, it takes precedence over tag
7474defaultAirflowDigest : ~
@@ -2577,6 +2577,14 @@ config:
25772577 backend_kwargs : ' {"connections_prefix": "airflow/connections", "variables_prefix": "airflow/variables", "region_name": "us-east-1"}'
25782578 triggerer :
25792579 default_capacity : 1000
2580+ # TODO: I might need to use a collector in the cluster that has this required config
2581+ traces :
2582+ otel_on : true
2583+ otel_host : # SOME VALUE
2584+ otel_port : # SOME VALUE
2585+ otel_application : airflow
2586+ otel_ssl_active : true
2587+ otel_task_log_event : true
25802588# yamllint enable rule:line-length
25812589
25822590# Whether Airflow can launch workers and/or pods in multiple namespaces
You can’t perform that action at this time.
0 commit comments