Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: router_response_counts stat now shows if it's a retry attempt #3799

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

Sidddddarth
Copy link
Member

Description

router_response_counts stat now tell if an attempt is a retry(true/false).
Checks if attemptNum > 1.

Linear Ticket

adding retry flag to router_response_counts

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@Sidddddarth Sidddddarth requested a review from a team August 28, 2023 12:16
router/worker.go Outdated Show resolved Hide resolved
using `strconv.FormatBool` instead of `fmt.Sprint`

Co-authored-by: Leonidas Vrachnis <leo.al.vra@gmail.com>
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (ce2ed33) 68.97% compared to head (aa187e2) 69.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3799      +/-   ##
==========================================
+ Coverage   68.97%   69.00%   +0.03%     
==========================================
  Files         349      349              
  Lines       51886    51887       +1     
==========================================
+ Hits        35786    35804      +18     
+ Misses      13798    13777      -21     
- Partials     2302     2306       +4     
Files Changed Coverage Δ
router/worker.go 82.40% <100.00%> (+0.02%) ⬆️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sidddddarth Sidddddarth merged commit ec07777 into master Aug 28, 2023
35 checks passed
@Sidddddarth Sidddddarth deleted the chore.AddRetryBoolToRouterResponseCountsStat branch August 28, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants