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 2b3fae5 commit 5c39e17Copy full SHA for 5c39e17
cmd/XDC/chaincmd.go
@@ -71,6 +71,14 @@ It expects the genesis file as argument.`,
71
utils.GCModeFlag,
72
utils.CacheDatabaseFlag,
73
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,
82
},
83
Description: `
84
The import command imports blocks from an RLP-encoded form. The form can be one file
0 commit comments