Skip to content

Commit 7760994

Browse files
authored
Fix outdated metric visualisation section of README.md (#3341)
1 parent 0c877f2 commit 7760994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ cp -a examples/prometheus.yml ../my_metrics/
315315
cd ../my_metrics
316316
prometheus --config.file=prometheus.yml # loads ./prometheus.yml, writes metric data to ./data
317317
# start a fresh Nimbus sync and export metrics
318-
rm -rf ~/.cache/execution_chain/db; ./build/nimbus_execution_client --prune:archive --metricsServer
318+
rm -rf ~/.cache/execution_chain/db; ./build/nimbus_execution_client --metrics:true
319319
```
320320

321321
Start the Grafana server. On Gentoo it's `/etc/init.d/grafana start`. Go to

0 commit comments

Comments
 (0)