this.emptyResponseKeysSensor.add(emptyResponseKeysSensorName + ".sampled-total", new SampledTotal());
// Key and Value Bytes Sensor
String keyAndValueBytesSensorName= name + ".key-and-value-bytes";
Sensor keyAndValueBytesSensor = metricsRepository.sensor(keyAndValueBytesSensorName, metricConfig);
this.requestThroughputInBytes =
keyAndValueBytesSensor.add(keyAndValueBytesSensorName + ".bytes-throughput", new Rate());
valueBytesParentSensors[amountOfParentSensors] = keyAndValueBytesSensor;
keyBytesParentSensors[amountOfParentSensors] = keyAndValueBytesSensor;
// Value Bytes Sensor