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

script: add a new tidb summary dashboard #852

Merged
merged 10 commits into from
Jul 25, 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
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