I see the combination statsd + telegraf + influxdb used all the time.
- Statsd collects, aggregates and forwards metrics
- Telegraf aggregates and forwards metrics
Why not use just the statsd (without telegraf) to aggregate and forward metrics? What is the added benefit of including telegraf?