diff --git a/slo/src/Internal/SloContext.cs b/slo/src/Internal/SloContext.cs index 8c6d666..4c14b35 100644 --- a/slo/src/Internal/SloContext.cs +++ b/slo/src/Internal/SloContext.cs @@ -180,6 +180,7 @@ Task ShootingTask(RateLimiter rateLimitPolicy, string jobName, { var sw = Stopwatch.StartNew(); var (attempts, statusCode) = await action(client, runConfig, errorsGauge); + sw.Stop(); string label; if (statusCode != StatusCode.Success)