We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7f5dc commit 21003a1Copy full SHA for 21003a1
modules/apache-airflow/templates/values.yaml
@@ -2577,14 +2577,6 @@ config:
2577
backend_kwargs: '{"connections_prefix": "airflow/connections", "variables_prefix": "airflow/variables", "region_name": "us-east-1"}'
2578
triggerer:
2579
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
2588
# yamllint enable rule:line-length
2589
2590
# Whether Airflow can launch workers and/or pods in multiple namespaces
0 commit comments