StatsD: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* [[Datadog]] | * [[Datadog]] | ||
=Overview= | =Overview= | ||
StatsD is a network daemon that runs on a Node.js platform and listens for monitoring events like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services ([[Graphite]], [[ | StatsD is a network daemon that runs on a Node.js platform and listens for monitoring events like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services ([[Graphite]], [[Datadog]]). | ||
The [[Datadog]] agent has a built-in StatsD server. | The [[Datadog]] agent has a built-in StatsD server. |