RequestCounter(String name, long durationMs, Time time, boolean useHistogram, RequestCounter... parents) {
this.time = time;
this.metricsRepository = new MetricsRepository(time);
// Initialize parent sensors arrays...
int amountOfParentSensors = 0;
if (parents != null) {
amountOfParentSensors = parents.length;