Skip to content

Commit 5c39e17

Browse files
gzliudanJukLee0ira
authored andcommitted
cmd/XDC: enable metrics for geth import command (ethereum#20738)
1 parent 2b3fae5 commit 5c39e17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmd/XDC/chaincmd.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ It expects the genesis file as argument.`,
7171
utils.GCModeFlag,
7272
utils.CacheDatabaseFlag,
7373
utils.CacheGCFlag,
74+
utils.MetricsEnabledFlag,
75+
utils.MetricsEnabledExpensiveFlag,
76+
utils.MetricsEnableInfluxDBFlag,
77+
utils.MetricsInfluxDBEndpointFlag,
78+
utils.MetricsInfluxDBDatabaseFlag,
79+
utils.MetricsInfluxDBUsernameFlag,
80+
utils.MetricsInfluxDBPasswordFlag,
81+
utils.MetricsInfluxDBTagsFlag,
7482
},
7583
Description: `
7684
The import command imports blocks from an RLP-encoded form. The form can be one file

0 commit comments

Comments
 (0)