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

Commit

Permalink
deploy performance map on grafana (#969)
Browse files Browse the repository at this point in the history
Signed-off-by: lucklove <gnu.crazier@gmail.com>
  • Loading branch information
lucklove committed Sep 23, 2019
1 parent b12d68b commit b145266
Show file tree
Hide file tree
Showing 6 changed files with 8,515 additions and 8,447 deletions.
2 changes: 2 additions & 0 deletions migrate_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@
disk_performance: "{{ cluster_name | title }}-Disk-Performance"
blackbox_exporter: "{{ cluster_name | title }}-Blackbox_exporter"
kafka_overview: "{{ cluster_name | title }}-Kafka-Overview"
performance_read: "{{ cluster_name | title }}-Performance-Read"
performance_write: "{{ cluster_name | title }}-Performance-Write"

- name: import grafana dashboards - run import script
delegate_to: localhost
Expand Down
2 changes: 2 additions & 0 deletions rolling_update_monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@
blackbox_exporter: "{{ cluster_name | title }}-Blackbox_exporter"
kafka_overview: "{{ cluster_name | title }}-Kafka-Overview"
lightning: "{{ cluster_name | title }}-Lightning"
performance_read: "{{ cluster_name | title }}-Performance-Read"
performance_write: "{{ cluster_name | title }}-Performance-Write"

- name: import grafana dashboards - run import script
delegate_to: localhost
Expand Down
4 changes: 3 additions & 1 deletion scripts/grafana-config-copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"disk_performance": 'disk_performance.json',
"blackbox_exporter": 'blackbox_exporter.json',
"kafka_overview": 'kafka.json',
"lightning": 'lightning.json'})
"lightning": 'lightning.json',
"performance_read": 'performance_read.json',
"performance_write": 'performance_write.json'})

############################################################
################## CONFIGURATION ENDS ######################
Expand Down
Loading

0 comments on commit b145266

Please sign in to comment.