Difference between revisions of "StatsD"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* [[DogStatsD]]
 
* [[DogStatsD]]
 
* [[Airflow]]: <code>[[pip install]] 'apache-airflow[statsd]'</code>
 
* [[Airflow]]: <code>[[pip install]] 'apache-airflow[statsd]'</code>
 +
* <code>[[amazon-cloudwatch-agent-config-wizard]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 16:45, 24 January 2023

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: