Skip to content

status-im/infra-role-geth-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]: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.

About

Ansible role for geth metrics service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages