Hello everyone, I stumbled across that the suffix count being used for sending out metrics today in Openwhisk - per Graphite storage configuration is aggregated over max.
The gauges and histogram metrics from Openwhisk with count as suffix report only the max value and not the average. 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 aggregation method used by Graphite data source. Unfortunately, Graphite configuration first used suffix count for sum as aggregation and later to max and not be average. Thoughts? Ref links : - https://github.com/graphite-project/carbon/blob/master/conf/storage-aggregation.conf.example - https://answers.launchpad.net/graphite/+question/286462 Regards Sugandha Agrawal
