add geth exporter setup
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1e5a8d8e0e
commit
c1dd806cbb
|
@ -17,3 +17,8 @@ geth_log_level_name: info
|
||||||
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
||||||
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
|
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
|
||||||
geth_account_json: '{{lookup("passwordstore", "services/faucet/account-json")}}'
|
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'
|
||||||
|
|
|
@ -10,3 +10,8 @@ geth_log_level_name: info
|
||||||
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
||||||
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
|
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
|
||||||
geth_account_json: '{{lookup("passwordstore", "services/faucet/account-json")}}'
|
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'
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
tags: origin-cert
|
tags: origin-cert
|
||||||
- role: infra-role-geth
|
- role: infra-role-geth
|
||||||
tags: geth
|
tags: geth
|
||||||
|
- role: infra-role-geth-exporter
|
||||||
|
tags: metrics
|
||||||
- role: geth-peer-fix
|
- role: geth-peer-fix
|
||||||
tags: geth-peer-fix
|
tags: geth-peer-fix
|
||||||
- role: faucet
|
- role: faucet
|
||||||
|
@ -16,3 +18,5 @@
|
||||||
roles:
|
roles:
|
||||||
- role: infra-role-geth
|
- role: infra-role-geth
|
||||||
tags: geth
|
tags: geth
|
||||||
|
- role: infra-role-geth-exporter
|
||||||
|
tags: metrics
|
||||||
|
|
|
@ -20,3 +20,7 @@
|
||||||
- name: infra-role-geth
|
- name: infra-role-geth
|
||||||
src: git@github.com:status-im/infra-role-geth.git
|
src: git@github.com:status-im/infra-role-geth.git
|
||||||
scm: 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