@gzliudan is there a flag needed that I am missing for the prom metrics? I have a node syncing and for some reason i get 404 page not found on the 6060/debug/metrics/prometheus endpoint however 6060/debug/metrics works as expected.
The endpoint /debug/metrics/prometheus is enabled by default with flags --metrics and --metrics-addr.
Which version and network are you using? If your node is build from source code, please share the commit id. Maybe your source code does not contain this PR. I can check it for you.
How did you start your node ? Could you please share the flags in your start script ?
For further actions, you may consider blocking this person and/or reporting abuse
@gzliudan is there a flag needed that I am missing for the prom metrics? I have a node syncing and for some reason i get
404 page not found
on the6060/debug/metrics/prometheus
endpoint however6060/debug/metrics
works as expected.The endpoint
/debug/metrics/prometheus
is enabled by default with flags--metrics
and--metrics-addr
.Which version and network are you using? If your node is build from source code, please share the commit id. Maybe your source code does not contain this PR. I can check it for you.
How did you start your node ? Could you please share the flags in your start script ?