StatsD

From wikieduonline
Jump to navigation Jump to search

wikipedia:StatsD is network daemon that runs on the Node.js platform and listens for statistics, like counters and timers, sent over UDP or TCP and sends aggregates to one or more pluggable backend services like Graphite.

pip install statsd

Airflow[edit]

[metrics]
statsd_on = True
statsd_host = localhost
statsd_port = 8125
statsd_prefix = airflow
#statsd_allow_list = scheduler,executor,dagrun
statsd_datadog_enabled = False

Related terms[edit]

See also[edit]

Advertising: