in app/metrics/src/main/java/com/googlecodesamples/cloud/jss/metrics/factory/MetricPublisherFactory.java [47:50]
public Publisher createPublisher() throws IOException {
logger.info("metricPublisherConfig: {}", getConfig());
return newInstance();
}