public Counter getCounter(String groupName, String counterName) { return reporter.getCounter(groupName, counterName); }
public Counter getCounter(Enum<?> counterName) { return reporter.getCounter(counterName); }