If not specified, no percentile is calculated / dispatched.
+=item B<TimerLower> B<false>|B<true>
+
+Calculates and dispatch the lowest value for the metric in an inteval.
+
+If set to B<False>, no lowest value is calculated / dispatched.
+
+=item B<TimerUpper> B<false>|B<true>
+
+Calculates and dispatch the highest value for the metric in an inteval.
+
+If set to B<False>, no highest value is calculated / dispatched.
+
+=item B<TimerSum> B<false>|B<true>
+
+Calculates and dispatch a sum for all the values for the metric in an inteval.
+
+If set to B<False>, no sum value is calculated / dispatched.
+
+=item B<TimerCount> B<false>|B<true>
+
+Calculates and dispatch a count of all the values for the metric been sent in an inteval.
+
+If set to B<False>, no count value is calculated / dispatched.
+
=back
=head2 Plugin C<swap>