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

script: uniform interval factor and steppedLine in tidb_summary #882

Merged
merged 2 commits into from
Aug 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
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