Adds a metric to the buffer.
Returns true if buffer should be flushed.
bool addMetric(Metric metric) { _metrics.add(metric); return _shouldFlush(); }