nimbus.prater: configure Nethermind metrics endpoint
https://github.com/status-im/infra-eth2/issues/11 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4f729075bf
commit
c662e92d51
|
@ -172,6 +172,7 @@ open_ports_list:
|
|||
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
|
||||
- { port: '9400:9404', ipset: 'metrics.hq', comment: 'Geth Exporter' }
|
||||
- { port: '7060:7070', ipset: 'metrics.hq', comment: 'Erigon Metrics' }
|
||||
- { port: '6660:6670', ipset: 'metrics.hq', comment: 'Nethermind Metrics' }
|
||||
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
|
||||
# https://github.com/status-im/infra-nim-waku/issues/59
|
||||
- { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
|
||||
- name: infra-role-nethermind
|
||||
src: git@github.com:status-im/infra-role-nethermind.git
|
||||
version: 404ac958404962a1c01c242809fdf65de461ec41
|
||||
version: 7651d6fa16be4e84ee7b6a8f498b070669f294d5
|
||||
scm: git
|
||||
|
||||
- name: smart-metrics
|
||||
|
|
Loading…
Reference in New Issue