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