Remove usage of mean() which is dangerous to use as it may merge metrics of similar service names from different clusters (ex: cluster1/myservice and cluster2/myservice would be calculated as a single myservice metric)
Replace usage of min() transformation function with lasting() argument, similarly to #520 and #522
Fix AWS ECS monitor :