Closed 0x234 closed 5 years ago
Additionally geth
is running with --rpc debug
Actually I'm less inclined to think this is a problem with geth_exporter; rather with geth
itself. geth monitor --attach=ipc://root/.ethereum/geth.ipc <metric>
is returning nothing.
Scratch this, was user error. To anybody in the future: ensure that you run geth
with the --metrics
flag!
Problem
All metrics returned have a value of 0:
Implementation
geth_exporter
running as a side car with geth version 1.8.23 on a Kubernetes cluster. Entrypoint is a volume that's presented to both pods:geth_exporter
has been invoked without the filter flags in the README due to:Logs from
geth_exporter
don't suggest connectivity issues togeth
: