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

scripts: update 9999 to 999 for TiDB #1021

Merged
merged 1 commit into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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