Difference between revisions of "StatsD"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  [[pip install statsd]]
 
  [[pip install statsd]]
 +
 +
== [[Airflow]] ==
 +
{{Airflow monitoring}}
  
 
== Related terms ==
 
== Related terms ==

Revision as of 13:26, 1 December 2022

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: