-
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-9288 Extended profiler. #3662
base: v3
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3 #3662 +/- ##
==========================================
+ Coverage 43.62% 43.73% +0.11%
==========================================
Files 366 366
Lines 44328 44417 +89
==========================================
+ Hits 19338 19427 +89
+ Misses 23310 23308 -2
- Partials 1680 1682 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
bucket.Mongodb.MDocsScannedCnt = float32(v.Count) // TODO: Check is it right value | ||
bucket.Mongodb.MDocsScannedMax = float32(v.Scanned.Max) | ||
bucket.Mongodb.MDocsScannedMin = float32(v.Scanned.Min) | ||
bucket.Mongodb.MDocsScannedP99 = float32(v.Scanned.Pct99) | ||
bucket.Mongodb.MDocsScannedSum = float32(v.Scanned.Total) |
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.
Deprecated
bucket.Mongodb.MFullScanSum = float32(v.CollScanSum) / 1000 | ||
bucket.Mongodb.MFullScanSum = float32(v.CollScanCount) // Sum is same like count in this case |
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.
@igroene please check if in case of Full Scan (CollScan in Mongo) are Sum and Count values same.
PMM-9288
Link to the Feature Build: SUBMODULES-0
Percona Toolkit: PMM-9288 Extended profiler. percona-toolkit#924
Grafana Dashboards: PMM-9288 Extended profiler. grafana-dashboards#1656
FB: PMM-9288 Extended profiler. Percona-Lab/pmm-submodules#3856