0

I am using the stadard Graphite + Statsd stack. A 10 sec statsD interval + 10s graphite retention schema.

I have several events that happen 1K - 10K times a day. And I would like to show them in a graph too. But the graph is too flat (24h range of statsD has 8640 slots). I would like to show a graph that measures my event in like events/min , or events/5min - the default right now is events / 10s . Is that possible wihouth changing the default statsd interval and retention schemas in graphite.

Thanks

Roman
  • 7,933
  • 17
  • 56
  • 72

1 Answers1

1

I found the answer the built in function summarize in graphite does exactly that.

Roman
  • 7,933
  • 17
  • 56
  • 72