add geth exporter setup

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-17 00:59:19 +02:00
parent 1e5a8d8e0e
commit c1dd806cbb
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 18 additions and 0 deletions

View File

@ -17,3 +17,8 @@ geth_log_level_name: info
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
geth_account_json: '{{lookup("passwordstore", "services/faucet/account-json")}}'
# 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

@ -10,3 +10,8 @@ geth_log_level_name: info
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
geth_account_json: '{{lookup("passwordstore", "services/faucet/account-json")}}'
# 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,6 +6,8 @@
tags: origin-cert
- role: infra-role-geth
tags: geth
- role: infra-role-geth-exporter
tags: metrics
- role: geth-peer-fix
tags: geth-peer-fix
- role: faucet
@ -16,3 +18,5 @@
roles:
- role: infra-role-geth
tags: geth
- role: infra-role-geth-exporter
tags: metrics

View File

@ -20,3 +20,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