2 references to MetricSecondsPerBatch
Stress.ApiService (2)
LargeTelemetryGenerator.cs (2)
284
for (var firstSecond = 0; firstSecond < durationSeconds; firstSecond +=
MetricSecondsPerBatch
)
308
var secondCount = Math.Min(
MetricSecondsPerBatch
, durationSeconds - firstSecond);