Hello everyone, I stumbled across how the suffix count is being used for sending out metrics, actually does the sum of all the metrics.
As per the Graphite data source configuration, the suffix `count` uses `sum` as the aggregation method. I therefore propose to update the logging markers with `counter` or any other suffix other than max, min or count as they are reserved for specific usage by Graphite data source. Currently all the existing metrics with suffix count are plotted incorrect in the Grafana dashboard. Ref links : - https://www.digitalocean.com/community/tutorials/how-to-keep-effective-historical-logs-with-graphite-carbon-and-collectd-on-centos-7 - Regards Sugandha Agrawal
