in src/main/java/org/apache/sling/commons/metrics/rrd4j/impl/RRD4JReporter.java [451:454]
public String toString() {
return "RRD4JReporter [path=" + getPath() + ", datasources=" + getDatasources() + ", archives=" + getArchives()
+ ", step=" + getStep() + ", dictionary=" + dictionary + "]";
}