add geth metrics
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
857fb6bac9
commit
eabaa6e0e5
|
@ -6,3 +6,8 @@ geth_sync_mode: full
|
|||
geth_data_path: /data
|
||||
geth_cont_image: 'ethereum/client-go:v1.8.17'
|
||||
geth_log_level_name: info
|
||||
|
||||
# geth metrics
|
||||
geth_source_cont_name: '{{ geth_cont_name }}'
|
||||
geth_expo_cont_name: '{{ geth_cont_name }}-metrics'
|
||||
geth_expo_cont_image: 'statusteam/geth_exporter:sync-metrics'
|
||||
|
|
|
@ -6,3 +6,8 @@ geth_sync_mode: full
|
|||
geth_data_path: /data
|
||||
geth_cont_image: 'ethereum/client-go:v1.8.17'
|
||||
geth_log_level_name: info
|
||||
|
||||
# geth metrics
|
||||
geth_source_cont_name: '{{ geth_cont_name }}'
|
||||
geth_expo_cont_name: '{{ geth_cont_name }}-metrics'
|
||||
geth_expo_cont_image: 'statusteam/geth_exporter:sync-metrics'
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
- rops-les
|
||||
roles:
|
||||
- infra-role-geth
|
||||
- infra-role-geth-exporter
|
||||
|
|
|
@ -10,3 +10,7 @@
|
|||
- name: infra-role-geth
|
||||
src: git@github.com:status-im/infra-role-geth.git
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth-exporter
|
||||
src: git+git@github.com:status-im/infra-role-geth-exporter.git
|
||||
scm: git
|
||||
|
|
Loading…
Reference in New Issue