141142143144145146147148149150151
} return pathTrackingDataStore; } private static CounterDataStore findCounterDataStore() { CounterDataStore counter = null; try { counter = IoCs.findOrCreateInstance(CounterDataStore.class); } catch (final SironaException e) { // no-op }
114115116117118119120121122123124
} return gauge; } private static CounterDataStore findCounterDataStore() { CounterDataStore counter = null; try { counter = IoCs.findOrCreateInstance(CounterDataStore.class); } catch (final SironaException e) { // no-op }