StatsD

From wikieduonline
Revision as of 16:45, 24 January 2023 by Ant (talk | contribs) (→‎Related terms)
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

[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

See also

Advertising: