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

PMM-9288 Extended profiler. #3662

Open
wants to merge 28 commits into
base: v3
Choose a base branch
from
Open

Conversation

JiriCtvrtka
Copy link
Contributor

@JiriCtvrtka JiriCtvrtka commented Feb 18, 2025

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.73%. Comparing base (2caec1e) to head (7043877).
Report is 16 commits behind head on v3.

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     
Flag Coverage Δ
admin 11.47% <ø> (ø)
agent 52.04% <100.00%> (+0.18%) ⬆️
managed 45.48% <100.00%> (+0.08%) ⬆️
vmproxy 73.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Comment on lines -291 to -295
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)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated

@JiriCtvrtka JiriCtvrtka marked this pull request as ready for review February 21, 2025 08:49
@JiriCtvrtka JiriCtvrtka requested review from a team and BupycHuk as code owners February 21, 2025 08:49
@JiriCtvrtka JiriCtvrtka requested review from ademidoff, idoqo and igroene and removed request for a team February 21, 2025 08:49
Comment on lines -304 to +303
bucket.Mongodb.MFullScanSum = float32(v.CollScanSum) / 1000
bucket.Mongodb.MFullScanSum = float32(v.CollScanCount) // Sum is same like count in this case
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant