ethpandaops / ethereum-metrics-exporter

A Prometheus exporter for Ethereum Execution & Consensus clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Metrics Exporter Listening on Port 4222?

metanull-operator opened this issue · comments

I see this in my sudo netstat -tnlp output:

tcp6 0 0 :::4222 :::* LISTEN 755/ethereum-metric

I have not yet found a reference to this port in the code or docs.

I am running Ethereum Metrics Exporter with --metrics-port 9095 and it is responding to requests on that port correctly.

What is port 4222 being used for?

What version are you running @metanull-operator?

I don't recall what version I was using at the time. I have since upgraded to newer versions. It sounds like this can be closed.