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

Commit

Permalink
script: uniform interval factor and steppedLine in tidb_summary (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysp authored Aug 5, 2019
1 parent b9c5809 commit 69bfd10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scripts/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"format": "time_series",
"hide": true,
"instant": false,
"intervalFactor": 3,
"intervalFactor": 2,
"legendFormat": "yesterday",
"refId": "B",
"step": 90
Expand All @@ -253,7 +253,7 @@
"format": "time_series",
"hide": true,
"instant": false,
"intervalFactor": 3,
"intervalFactor": 2,
"legendFormat": "ideal QPS",
"refId": "C",
"step": 60
Expand Down
12 changes: 6 additions & 6 deletions scripts/tidb_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
],
"spaceLength": 10,
"stack": false,
"steppedLine": true,
"steppedLine": false,
"targets": [
{
"expr": "(time() - process_start_time_seconds{job=\"tidb\"})",
Expand Down Expand Up @@ -218,7 +218,7 @@
],
"spaceLength": 10,
"stack": true,
"steppedLine": true,
"steppedLine": false,
"targets": [
{
"expr": "tidb_server_connections",
Expand Down Expand Up @@ -326,7 +326,7 @@
],
"spaceLength": 10,
"stack": false,
"steppedLine": true,
"steppedLine": false,
"targets": [
{
"expr": "rate(process_cpu_seconds_total{job=\"tidb\"}[1m])",
Expand Down Expand Up @@ -757,7 +757,7 @@
"format": "time_series",
"hide": true,
"instant": false,
"intervalFactor": 3,
"intervalFactor": 2,
"legendFormat": "yesterday",
"refId": "B",
"step": 90
Expand All @@ -767,7 +767,7 @@
"format": "time_series",
"hide": true,
"instant": false,
"intervalFactor": 3,
"intervalFactor": 2,
"legendFormat": "ideal QPS",
"refId": "C",
"step": 60
Expand Down Expand Up @@ -2731,7 +2731,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_TEST-CLUSTER}",
"description": "The duration of a client sending TSO request until received the response.",
"description": "The duration of a client starting to wait for the TS until received the TS result.",
"editable": true,
"error": false,
"fill": 1,
Expand Down

0 comments on commit 69bfd10

Please sign in to comment.