I have Grafana 3.0 with InfluxDB and Graphite datasources.
I have a field with size in GigaByte and I need to know the sum of this field in the last 1h.
I tried summarize() and hitcount() on graphite, but is not the correct result.
How can I achieve this??