Sending custom headers with apache-airflow[otel] #42118
Unanswered
ninad-opsverse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running the AWS Apache Airflow instance locally using aws-mwaa-local-runner.
I am configuring the airflow configuration file (airflow.cfg) for sending metrics to a specific otlp endpoint (I have an open telemetry collector instance running in a kubernetes cluster). I have configured the metrics section as follows
I need to pass the Basic auth via headers. But I dont see an option for passing custom headers in the metrics specific configuration options.
Is there a way to send custom headers for the above mentioned purpose?
Beta Was this translation helpful? Give feedback.
All reactions