Driver.prototype.streamStats = function(id, name, filters, callback) {
  this.connection.streamStats(id, name, filters, callback);
};