Ansible role for geth metrics service
Go to file
Siddarth Kumar 0859bd5b4a docker: use docker_compose_v2 module 2024-07-30 17:24:01 +05:30
defaults docker: use docker_compose_v2 module 2024-07-30 17:24:01 +05:30
meta meta: use full names of Ansible roles 2024-03-10 13:39:54 +01:00
tasks docker: use docker_compose_v2 module 2024-07-30 17:24:01 +05:30
templates docker: use docker_compose_v2 module 2024-07-30 17:24:01 +05:30
LICENSE add license 2019-05-10 16:41:31 +02:00
README.md fix syntax error 2019-05-10 18:16:46 +02:00

README.md

Description

This role configures geth_exporter, a metrics exporter for go-ethereum.

The image used by default is statusteam/geth_exporter:latest.

Installation

- name: infra-role-geth-exporter
  src: git+git@github.com:status-im/infra-role-geth-exporter.git
  scm: git

Configuration

The main thing to change is name of container to connect to and IPC path:

geth_source_cont_name: 'my-geth-container'

The rest of the defaults should be fine, but if you want to change anything change those:

geth_expo_cont_name: 'metrics-geth-01'
geth_expo_cont_port: 9300

Known Issues

Currently only connecting via an IPC socket is supported by geth_exporter, RPC HTTP is not supported.