-
Notifications
You must be signed in to change notification settings - Fork 317
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: filtered and error stats separated in processor #4137
Conversation
func (proc *Handle) getNonSuccessfulMetrics( | ||
response transformer.Response, | ||
commonMetaData *transformer.Metadata, | ||
eventsByMessageID map[string]types.SingularEventWithReceivedAt, | ||
inPU, pu string, | ||
) *NonSuccessfulTransformationMetrics { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personal preference: I don't find that by splitting a single line, that fits perfectly in the screen, into multiple lines makes the codebase more readable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not fitting on my screen, I'm having to turn my head and sometimes worse: scroll!
To each their own though, can revert if it's becoming a nuisance for everyone
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4137 +/- ##
==========================================
- Coverage 72.55% 72.40% -0.16%
==========================================
Files 383 383
Lines 55476 55521 +45
==========================================
- Hits 40252 40201 -51
- Misses 12909 12987 +78
- Partials 2315 2333 +18 ☔ View full report in Codecov by Sentry. |
7fbe2dc
to
ce39541
Compare
ce39541
to
8e73bcb
Compare
Description
separates filtered and error stats in processor.
Linear Ticket
slack thread
Security