StatsD

From NovaOrdis Knowledge Base
Revision as of 05:30, 14 January 2022 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

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, Datadog).

The Datadog agent has a built-in StatsD server.