Skip to content

Commit

Permalink
finally errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Aug 15, 2024
1 parent dafadb0 commit fb40322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slo/src/Internal/SloContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ Task ShootingTask(RateLimiter rateLimitPolicy, string jobName,
{
notOkGauge.Inc();
label = "err";
errorsGauge.WithLabels(statusCode.StatusName(), "finally").Inc();
}
else
{
Expand Down

0 comments on commit fb40322

Please sign in to comment.