michael_cramer
08/02/2022, 7:24 PMairflow-airflow-config configmap, changing the metrics and scheduler statsd_host to the node ip, but i don't see any way to do that automagically.
i think the dag logs would work best if i could get them to output to standard out, but haven't been able to get that to work or get datadog to pick them up correctly from /opt/airflow/logs
thanks!florian.hines
08/03/2022, 2:45 PMenv:
AIRFLOW__METRICS__STATSD_HOST: "some.host"
AIRFLOW__METRICS__STATSD_PORT: 4242
AIRFLOW__METRICS__STATSD_ON: "true"florian.hines
08/03/2022, 2:46 PM