Difference between revisions of "StatsD"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Draft}}
+
[[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]].
[[wikipedia:StatsD]] originally was a simple [[NodeJS]] daemon that listens for messages on a [[UDP]] port.
 
  
 +
* https://github.com/statsd/statsd
 +
 +
[[pip install statsd]]
 +
 +
== [[Airflow]] ==
 +
{{Airflow monitoring}}
  
 
== Related terms ==
 
== Related terms ==
 
* [[netdata]]
 
* [[netdata]]
 
* [[mediawiki]]
 
* [[mediawiki]]
* <code>[[statsd_exporter]]</code>
+
* [[Prometheus]]: <code>[[statsd_exporter]]</code>
 
* [[DogStatsD]]
 
* [[DogStatsD]]
[[pip install]] 'apache-airflow[statsd]'
+
* [[Airflow]]: <code>[[pip install]] 'apache-airflow[statsd]'</code>
 +
* <code>[[amazon-cloudwatch-agent]]: [[amazon-cloudwatch-agent-config-wizard]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{StatsD}}
 
* {{Grafana}}
 
* {{Grafana}}
  
  
 
[[Category:Monitoring]]
 
[[Category:Monitoring]]

Latest revision as of 15:00, 16 March 2024

Advertising: