in app/metrics/src/main/java/com/googlecodesamples/cloud/jss/metrics/config/MetricPublisherConfig.java [28:32]
public String getInfo() {
return String.format(
"topic name: %s, batch size: %d, executor threads: %d",
getTopicName(), getBatchSize(), getExecutorThreads());
}