We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c877f2 commit 7760994Copy full SHA for 7760994
README.md
@@ -315,7 +315,7 @@ cp -a examples/prometheus.yml ../my_metrics/
315
cd ../my_metrics
316
prometheus --config.file=prometheus.yml # loads ./prometheus.yml, writes metric data to ./data
317
# start a fresh Nimbus sync and export metrics
318
-rm -rf ~/.cache/execution_chain/db; ./build/nimbus_execution_client --prune:archive --metricsServer
+rm -rf ~/.cache/execution_chain/db; ./build/nimbus_execution_client --metrics:true
319
```
320
321
Start the Grafana server. On Gentoo it's `/etc/init.d/grafana start`. Go to
0 commit comments