StatsD Agent
StatsD is a popular tool for aggregating your data into different statistical views. It provides things like counters, timers, and gauges to provide different ways to look at your data.
Last updated
Was this helpful?
StatsD is a popular tool for aggregating your data into different statistical views. It provides things like counters, timers, and gauges to provide different ways to look at your data.
Last updated
Was this helpful?
StatsD can also be used to pre-aggregate your data before sending it to Hosted Graphite.
You can configure your StatsD instance to send metrics to us by following our in our Add-Ons and Integrations Guide.
If you haven’t installed StatsD yet, you might also find the StatsD helpful.
We also provide a Hosted StatsD solution if you don’t have the luxury of running a server yourself, check out the documentation for to get set up with only a few clicks!
Like the added counters but not interested in using StatsD? Learn about our provided for all metrics. Our Data Views are comparable to StatsD in the following ways:
counters -> ‘:sum’ or ‘:obvs’
gauges -> ‘:sumrate’ or ‘:obvsrate’
timers -> ‘:avg’ or ‘:min’ or ‘:max’