gfkse/terraform-aws-airflow-ecs

Configure statsd

jakubberezowski opened this issue · 0 comments

Hi,
the following variables must be configurable and forwarded to the scheduler to be able to configure the statsd,

[scheduler]
...
# Statsd (https://github.com/etsy/statsd) integration settings
statsd_on = False
statsd_host = localhost
statsd_port = 8125
statsd_prefix = airflow

# If you want to avoid send all the available metrics to StatsD,
# you can configure an allow list of prefixes to send only the metrics that
# start with the elements of the list (e.g: scheduler,executor,dagrun)
statsd_allow_list =