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

Commit

Permalink
script: add a new tidb summary dashboard (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysp authored Jul 25, 2019
1 parent fb990c2 commit caa2830
Show file tree
Hide file tree
Showing 6 changed files with 3,068 additions and 1 deletion.
1 change: 1 addition & 0 deletions migrate_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
node: "{{ cluster_name | title }}-Node_exporter"
pd: "{{ cluster_name | title }}-PD"
tidb: "{{ cluster_name | title }}-TiDB"
tidb_summary: "{{ cluster_name | title }}-TiDB-Summary"
tikv_summary: "{{ cluster_name | title }}-TiKV-Summary"
tikv_details: "{{ cluster_name | title }}-TiKV-Details"
tikv_trouble_shot: "{{ cluster_name | title }}-TiKV-Trouble-Shooting"
Expand Down
1 change: 1 addition & 0 deletions rolling_update_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
node: "{{ cluster_name | title }}-Node_exporter"
pd: "{{ cluster_name | title }}-PD"
tidb: "{{ cluster_name | title }}-TiDB"
tidb_summary: "{{ cluster_name | title }}-TiDB-Summary"
tikv_summary: "{{ cluster_name | title }}-TiKV-Summary"
tikv_details: "{{ cluster_name | title }}-TiKV-Details"
tikv_trouble_shot: "{{ cluster_name | title }}-TiKV-Trouble-Shooting"
Expand Down
1 change: 1 addition & 0 deletions scripts/grafana-config-copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
dashboards={"node": 'node.json',
"pd" : 'pd.json',
"tidb": 'tidb.json',
"tidb_summary": 'tidb_summary.json',
"tikv_summary": 'tikv_summary.json',
"tikv_details": 'tikv_details.json',
"tikv_trouble_shot": 'tikv_trouble_shooting.json',
Expand Down
2 changes: 1 addition & 1 deletion scripts/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -11105,7 +11105,7 @@
"type": "row"
}
],
"refresh": false,
"refresh": "30s",
"schemaVersion": 18,
"style": "dark",
"tags": [],
Expand Down
Loading

0 comments on commit caa2830

Please sign in to comment.