All, I have tried to start apache airflow with statsd turned on. I pip installed apache-airflow[statsd]. I edited the config file and changed the statsd_on = True. I started the webserver
airflow webserver -p 8080 and i also tried airflow webserver -p 8080 -D. Then I started the scheduler airflow scheduler and I also tried airflow scheduler -D. None of which started a process on port 8125. That is the default port for statsd in the config. Did I miss something? Is there another flag I have to set or not set? Any help would be appreciated. Thanks, Joe
