I am using hosted graphite and statsd. I want to reduce the costs, by reducing the metrics been sent. For example: for each timer, I don't want to send all 14 metrics (upper, std...), but only 3 of them (mean_90, sum, and maybe another one).
How can I configure that in the statsd configuration file?