mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-26 22:49:02 +00:00
cmd/geth: migrate metric command/flags
This commit is contained in:
parent
18e9cb1187
commit
11ab73f6d8
@ -49,7 +49,7 @@ var (
|
||||
Usage: "Refresh interval in seconds",
|
||||
}
|
||||
monitorCommand = cli.Command{
|
||||
Action: monitor,
|
||||
Action: utils.MigrateFlags(monitor), // keep track of migration progress
|
||||
Name: "monitor",
|
||||
Usage: "Monitor and visualize node metrics",
|
||||
ArgsUsage: " ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user