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

scripts:add backup & restore dashboard #1091

Merged
merged 4 commits into from
Jan 3, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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 @@ -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