-
Notifications
You must be signed in to change notification settings - Fork 144
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
PMM-9875 Errors view usage. #1244
Conversation
ff8d677
to
9e02f1b
Compare
Codecov Report
@@ Coverage Diff @@
## main #1244 +/- ##
==========================================
- Coverage 44.05% 43.98% -0.07%
==========================================
Files 334 334
Lines 39790 39869 +79
==========================================
+ Hits 17529 17537 +8
- Misses 20737 20808 +71
Partials 1524 1524
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -426,6 +436,56 @@ func (m *PGStatMonitorQAN) getNewBuckets(ctx context.Context, periodLengthSecs u | |||
return buckets, nil | |||
} | |||
|
|||
func (m *PGStatMonitorQAN) checkErrorsView(ctx context.Context) error { |
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.
🚫 [golangci-lint] reported by reviewdog 🐶
calculated cyclomatic complexity for function checkErrorsView is 12, max is 10 (cyclop)
Original PR: percona/pmm-agent#370 |
PMM-9875
Original PR: percona/pmm-agent#370
Build: SUBMODULES-2664
Links to other linked pull requests (optional).