I'm sending stats to a Graphite server via statsd
. My stats are fairly fine-grained, and can be easily added by developers. I'd like to roll up all statistics matching a certain pattern (stats.timers.api.*.200.count
, for example). Is that possible within Graphite?
If not, are there other systems that I should be looking at that can generate that type of roll-up data from statsd
? Or is this the sort of thing that I should do within my statsd
configuration directly?