You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run an RPC node on mainnet, and I want to monitor it with prometheus. But it's not really clear how to do this.
I can see from the code, and from the --help output that --metrics flag exists, but there are no --metrics.port or --metrics.addr.
There's also METRICS_ENABLE=true env var, but I'm not sure if it does anything. And I also couldn't find any configuration for the listen address and port.
To Reproduce
n/a
Expected behavior
CLI options and env vars exist to listen on the certain addr:port
Screenshots
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Describe the issue
I run an RPC node on mainnet, and I want to monitor it with prometheus. But it's not really clear how to do this.
I can see from the code, and from the
--help
output that--metrics
flag exists, but there are no--metrics.port
or--metrics.addr
.There's also
METRICS_ENABLE=true
env var, but I'm not sure if it does anything. And I also couldn't find any configuration for the listen address and port.To Reproduce
n/a
Expected behavior
CLI options and env vars exist to listen on the certain addr:port
Screenshots
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: