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

store/tikv: add and fix some metrics for the new retry logic #25123

Merged
merged 28 commits into from
Jun 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c513407
store/tikv: add and fix some metrics for the new retry logic
sticnarf Jun 4, 2021
81eb9d6
fix build
sticnarf Jun 4, 2021
bbfa461
avoid adding duplicate backoff types
sticnarf Jun 4, 2021
14bc798
add metrics about commitDetail
sticnarf Jun 4, 2021
4af5b2e
get backoffs including its parent
sticnarf Jun 4, 2021
c17363d
Merge branch 'master' into new-retry-metrics
sticnarf Jun 4, 2021
f6b8641
let backoff.Clone clone its parent
sticnarf Jun 4, 2021
a6fe337
Merge branch 'new-retry-metrics' of github.com:sticnarf/tidb into new…
sticnarf Jun 4, 2021
135a176
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 4, 2021
0b12d47
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 4, 2021
83adf4d
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 4, 2021
901fff4
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 4, 2021
94f8434
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 4, 2021
4fe1701
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 5, 2021
1762518
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 5, 2021
cf9db86
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 6, 2021
206bd20
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 6, 2021
fe8b938
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 6, 2021
54e8db1
fix a mutex that is not released
sticnarf Jun 7, 2021
42c4b92
Merge branch 'master' into new-retry-metrics
sticnarf Jun 7, 2021
eb8a4be
Merge remote-tracking branch 'upstream/master' into new-retry-metrics
sticnarf Jun 7, 2021
e1eb476
add grafana panels for the metrics
sticnarf Jun 7, 2021
26327e8
Merge remote-tracking branch 'upstream/master' into new-retry-metrics
sticnarf Jun 7, 2021
5774f5f
Merge branch 'new-retry-metrics' of github.com:sticnarf/tidb into new…
sticnarf Jun 7, 2021
c8879ad
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 7, 2021
649b0ab
fix datasource
sticnarf Jun 7, 2021
2c65e23
Merge branch 'new-retry-metrics' of github.com:sticnarf/tidb into new…
sticnarf Jun 7, 2021
fd1efc7
Merge branch 'master' into new-retry-metrics
ti-chi-bot Jun 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix datasource
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
  • Loading branch information
sticnarf committed Jun 7, 2021
commit 649b0abb2545bfe116cd4f63eeeb44cd71008771
4 changes: 2 additions & 2 deletions metrics/grafana/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5172,7 +5172,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "local",
"datasource": "${DS_TEST-CLUSTER}",
"description": "99th percentile of backoff count and duration in a transaction commit",
"editable": true,
"error": false,
Expand Down Expand Up @@ -7133,7 +7133,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "local",
"datasource": "${DS_TEST-CLUSTER}",
"description": "This metric shows the reasons of replica selector failure (which needs a backoff).",
"editable": true,
"error": false,
Expand Down