void reportMetrics() {
   if (getByteCount() > 0) {
     ServiceMetricCollector col = AwsSdkMetrics.getServiceMetricCollector();
     col.collectByteThroughput(this);
     reset();
   }
 }