reportingConfig = parser.parse(is);
} catch (RuntimeException re) {
// this is a fatal error. Apps that rely on reporting cannot
// continue if this occurs
LOGGER.fatal("failed-to-parse-configuration-file", location, re);
throw new ReportingException(
"failed-to-parse-configuration-file", location);
}
}
FACTORY = new MetricGroupProxyFactory(reportingConfig);