Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
scripts: update 9999 to 999 for TiDB (#1021)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuaipeng Yu <[email protected]>
  • Loading branch information
jackysp authored Nov 5, 2019
1 parent bb8e6a3 commit 95f73a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/performance_write.json
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "KV Cmd Duration 9999",
"title": "KV Cmd Duration 999",
"tooltip": {
"msResolution": false,
"shared": true,
Expand Down
8 changes: 4 additions & 4 deletions scripts/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5209,10 +5209,10 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.9999, sum(rate(tidb_tikvclient_backoff_seconds_bucket[1m])) by (le))",
"expr": "histogram_quantile(0.999, sum(rate(tidb_tikvclient_backoff_seconds_bucket[1m])) by (le))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "9999",
"legendFormat": "999",
"refId": "A",
"step": 40
},
Expand Down Expand Up @@ -5727,7 +5727,7 @@
"steppedLine": false,
"targets": [
{
"expr": "histogram_quantile(0.9999, sum(rate(tidb_tikvclient_request_seconds_bucket{type!=\"GC\"}[1m])) by (le, store))",
"expr": "histogram_quantile(0.999, sum(rate(tidb_tikvclient_request_seconds_bucket{type!=\"GC\"}[1m])) by (le, store))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "store-{{store}}",
Expand Down Expand Up @@ -5927,7 +5927,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "KV Cmd Duration 9999",
"title": "KV Cmd Duration 999",
"tooltip": {
"msResolution": false,
"shared": true,
Expand Down

0 comments on commit 95f73a5

Please sign in to comment.