I send one message each time a user connect to my site.
With this format:
"user_login 1 13xxxxxxx" (key value timestamp)
My problem is Graphite give me a graph with only a line with the value "1", each minute. I send a random number of messages each minutes (between 6 and 60), but I think Graphite limits to the first (or last?) message, to display a value.
How to do to have an sum of each message, each minute ?