Skip to content

Commit

Permalink
scripts:add backup & restore dashboard (pingcap#1091)
Browse files Browse the repository at this point in the history
* scripts:add backup & restore dashboard
  • Loading branch information
3pointer committed Jan 3, 2020
1 parent 9574a33 commit 52025e8
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 52025e8

Please sign in to comment.