From 95f73a5a688f537efa6bfa58cd74d4970748677f Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Tue, 5 Nov 2019 19:16:07 +0800 Subject: [PATCH] scripts: update 9999 to 999 for TiDB (#1021) Signed-off-by: Shuaipeng Yu --- scripts/performance_write.json | 2 +- scripts/tidb.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/performance_write.json b/scripts/performance_write.json index 1d95866ab..27d95055f 100644 --- a/scripts/performance_write.json +++ b/scripts/performance_write.json @@ -1428,7 +1428,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "KV Cmd Duration 9999", + "title": "KV Cmd Duration 999", "tooltip": { "msResolution": false, "shared": true, diff --git a/scripts/tidb.json b/scripts/tidb.json index a2e7797ea..332d0f140 100644 --- a/scripts/tidb.json +++ b/scripts/tidb.json @@ -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 }, @@ -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}}", @@ -5927,7 +5927,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "KV Cmd Duration 9999", + "title": "KV Cmd Duration 999", "tooltip": { "msResolution": false, "shared": true,