getValues(measurementComponent, report, requests, container.getResource());
}
this.measurementManager.reschedule(requests);
report.incrementCollectionTime(System.currentTimeMillis() - start);
}
} catch (Throwable t) {
log.error("Failed to run measurement collection", t);
} finally {
this.measurementManager.getLock().readLock().unlock();