-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
metric, tikv: record duration for each backoff type #11710
Conversation
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #11710 +/- ##
================================================
+ Coverage 81.4159% 81.4478% +0.0318%
================================================
Files 432 432
Lines 93080 93089 +9
================================================
+ Hits 75782 75819 +37
+ Misses 11876 11855 -21
+ Partials 5422 5415 -7 |
Codecov Report
@@ Coverage Diff @@
## master #11710 +/- ##
================================================
- Coverage 81.4407% 81.4286% -0.0121%
================================================
Files 429 429
Lines 92746 92632 -114
================================================
- Hits 75533 75429 -104
+ Misses 11821 11809 -12
- Partials 5392 5394 +2 |
@tiancaiamao @zz-jason PTAL |
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
LGTM |
/run-all-tests |
cherry pick to release-3.0 in PR #11728 |
cherry pick to release-2.1 failed |
What problem does this PR solve?
current "KV Errors" - "KV Retry Duration" metrics in grafana only record coprocessor's backoff time.
that miss:
it also miss the fine-gain time for each backoff-type
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
This change is