Why use statsd when graphite's Carbon aggregator can do the same job?

前端 未结 5 1576
渐次进展
渐次进展 2021-01-30 03:17

I have been exploring the Graphite graphing tool for showing metrics from multiple servers, and it seems that the \'recommended\' way is to send all metrics data to StatsD first

5条回答
  •  梦如初夏
    2021-01-30 03:41

    Looks like carbon aggregator and statsd support disjoint set of features:

    • statsd supports rate calculation and summation but does not support averaging values
    • carbon aggregator supports averaging but does not support rate calculation.

提交回复
热议问题