Graphite can user TCP and UDP lisen,why graphite default use TCP not UDP.Whether statsd is superfluous?
Asked
Active
Viewed 240 times
1 Answers
0
StatsD also does aggregation of metrics. For example, you can send it 1000s of timing events and then every flush interval (default 10 seconds) it will calculate summary statistics for that timer including mean, upper, lower, count, count per second etc. Therefore I would argue that StatsD is not superfluous as it has additional features to Graphite.

MrWillihog
- 2,586
- 19
- 17