Skip to content

Commit

Permalink
chore: router_response_counts stat now shows if it's a retry attempt (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidddddarth committed Aug 28, 2023
1 parent ce2ed33 commit ec07777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ func (w *worker) sendRouterResponseCountStat(status *jobsdb.JobStatusT, destinat
"alert": strconv.FormatBool(alert),
// To specify at which point failure happened
"errorAt": errorAt,
"retry": strconv.FormatBool(status.AttemptNum > 1),
})
routerResponseStat.Count(1)
}
Expand Down

0 comments on commit ec07777

Please sign in to comment.