add geth metrics

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-22 08:18:35 -04:00
parent 857fb6bac9
commit eabaa6e0e5
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 15 additions and 0 deletions

View File

@ -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'

View File

@ -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'

View File

@ -5,3 +5,4 @@
- rops-les
roles:
- infra-role-geth
- infra-role-geth-exporter

View File

@ -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