RRD4JReporter build()

in src/main/java/org/apache/sling/commons/metrics/rrd4j/impl/RRD4JReporter.java [166:172]


        RRD4JReporter build() throws IOException {
            if (indexedDS.isEmpty() || archives.isEmpty()) {
                return null;
            }
            return new RRD4JReporter(metricRegistry, "RRD4JReporter", MetricFilter.ALL, ratesUnit, durationUnit,
                    dictionary, createDef(), clock);
        }