String getPath()

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


    String getPath() {
        try {
            return rrdDB.getCanonicalPath();
        } catch (IOException e) {
            LOGGER.error(e.getMessage(), e);
        }
        return "";
    }