ObserveNow
...
Cloud Providers
Amazon Web Services (AWS)
Amazon Managed Workflows for Apache Airflow (MWAA)
airflow instance deployed using amazon managed workflows for apache airflow (aws mwaa) can be instrumented for collecting traces note inbuilt opentelemetry integration for apache airflow is available only from v2 10 0 and above prerequisites you have an active opentelemetry collector which is configured to send data to your observenow for simplicity, you can use the observenow agent opentelemetry collector ( k8s or standalone vm ) or the observenow server opentelemetry collector which are preconfigured to forward telemetry to your observenow instance ensure your ingress for opentelemetry collector is accessible to your mwaa infrastructure/vpc traces navigate to your aws mwaa instance edit the instance, navigate to configure advanced settings > airflow configuration options to add the following configuration values traces otel on = true traces otel host = \<otel collector host> # this will be \<username> \<password>@\<otel collector host> if you use the default observenow otel ingress traces otel port = \<otel collector port> # this will be 443 if you use the observenow otel ingress traces otel service = mwaa traces otel ssl active = true # this can be set to false if you don't want to use ssl an example traces configuration is shown below for more configuration options for traces, you can check the airflow opentelemetry traces documentation if you set otel debugging on to true , airflow will print traces to the console instead of sending it to configured host save the configurations and once the mwaa environment is updated you should be able to see traces coming to your grafana, under the "traces" datasource