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

Commit

Permalink
scripts:add backup & restore dashboard (#1091) (#1093)
Browse files Browse the repository at this point in the history
* scripts:add backup & restore dashboard
  • Loading branch information
3pointer authored Jan 3, 2020
1 parent 9574a33 commit a4d37ca
Show file tree
Hide file tree
Showing 5 changed files with 1,694 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrate_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
apikey: "{{ lookup('file', grafana_api_keys_dir + '/grafana_apikey.key') }}"
datasource: "{{ cluster_name }}"
titles:
br: "{{ cluster_name | title }}-Backup-Restore"
node: "{{ cluster_name | title }}-Node_exporter"
pd: "{{ cluster_name | title }}-PD"
tidb: "{{ cluster_name | title }}-TiDB"
Expand Down
1 change: 1 addition & 0 deletions rolling_update_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
apikey: "{{ lookup('file', grafana_api_keys_dir + '/grafana_apikey.key') }}"
datasource: "{{ cluster_name }}"
titles:
br: "{{ cluster_name | title }}-Backup-Restore"
node: "{{ cluster_name | title }}-Node_exporter"
pd: "{{ cluster_name | title }}-PD"
tidb: "{{ cluster_name | title }}-TiDB"
Expand Down
Loading

0 comments on commit a4d37ca

Please sign in to comment.