in app/metrics/src/main/java/com/googlecodesamples/cloud/jss/metrics/factory/MetricPublisherFactory.java [53:57]
protected BatchingSettings getBatchSettings() {
return BatchingSettings.newBuilder()
.setElementCountThreshold(getConfig().getBatchSize())
.build();
}