-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
*: add more cop task and memory info to slow_query table #10264
Conversation
infoschema/slow_log.go
Outdated
p90ProcessTime float64 | ||
maxProcessTime float64 | ||
maxProcessAddress string | ||
AvgWaitTime float64 |
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.
AvgWaitTime float64 | |
avgWaitTime float64 |
ditto for variables below
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.
done. PTAL
/rebuild |
/run-all-tests |
/rebuild |
1 similar comment
/rebuild |
/run-all-tests |
/rebuild |
LGTM |
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.
LGTM
/run-all-tests |
/rebuild |
/run-all-tests |
/run-all-tests |
@crazycs520 please fix ci |
/rebuild |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #10264 +/- ##
===============================================
- Coverage 77.8227% 77.8197% -0.003%
===============================================
Files 410 410
Lines 84316 84368 +52
===============================================
+ Hits 65617 65655 +38
- Misses 13805 13813 +8
- Partials 4894 4900 +6 |
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.
LGTM
What problem does this PR solve?
What is changed and how it works?
slow_query
table info and chage slow log parser to parser more field.Check List
Tests
Code changes
Side effects
Related changes