-
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
metrics: distinguish transactions by mode #17912
Conversation
Signed-off-by: Shuaipeng Yu <[email protected]>
/run-monitor-test |
Visit the grafana server at: http://172.16.5.5:32141, it will last for 5 hours |
Signed-off-by: Shuaipeng Yu <[email protected]>
/run-monitor-test |
Visit the grafana server at: http://172.16.5.5:30826, it will last for 5 hours |
Signed-off-by: Shuaipeng Yu <[email protected]>
/run-monitor-test |
Visit the grafana server at: http://172.16.5.5:32268, it will last for 5 hours |
Signed-off-by: Shuaipeng Yu <[email protected]>
/run-monitor-test |
Visit the grafana server at: http://172.16.5.5:32083, it will last for 5 hours |
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
maybe we still need LblInternal to explain some problem for our customer(e.g. why I do nothing but it running stmt?) |
We have already added the internal label in SQL level, I think it provides enough info for the user. |
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
/merge |
/merge |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #17912 +/- ##
===========================================
Coverage 79.5908% 79.5908%
===========================================
Files 524 524
Lines 142750 142750
===========================================
Hits 113616 113616
Misses 20002 20002
Partials 9132 9132 |
@jackysp merge failed. |
/merge |
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #18027 |
Signed-off-by: ti-srebot <[email protected]>
Signed-off-by: Shuaipeng Yu [email protected]
What problem does this PR solve?
Issue Number: close #17377
Problem Summary:
What is changed and how it works?
Proposal: xxx
What's Changed:
Use "pessimistic" and "optimistic" to distinguish transactions.
How it Works:
Related changes
Check List
Tests
Release note