Graphite returning incorrect datapoint
I downloaded statsd and graphite 0.9.x I used the stats-client provided with source of statsd as follows: ./statsd-client.sh 'development.com.alpha.operation.testing.rate:1|c' I did the above operation 10 times. Then I tried querying for a summary for last 24 hours: http://example.com/render?format=json&target=summarize(stats.development.com.alpha.operation.testing.rate , "24hours", "sum",true)&from=-24hours&tz=UTC I get 1 datapoint as follows: "datapoints": [[0.0, 1386277560]]}] Why I am getting 0.0? Even Graphite Composer does not display anything I was expecting a value of "10" as I