mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
metrics: fix usage string
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
30b8cee67e
commit
f82803ae10
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
|
||||||
|
|
||||||
MetricsInfluxDBIntervalFlag = &cli.DurationFlag{
|
MetricsInfluxDBIntervalFlag = &cli.DurationFlag{
|
||||||
Name: "metrics.influxdb.interval",
|
Name: "metrics.influxdb.interval",
|
||||||
Usage: "Interval in seconds between metrics reports to InfluxDB",
|
Usage: "Interval between metrics reports to InfluxDB (with time unit, e.g. 10s)",
|
||||||
Value: metrics.DefaultConfig.InfluxDBInterval,
|
Value: metrics.DefaultConfig.InfluxDBInterval,
|
||||||
Category: flags.MetricsCategory,
|
Category: flags.MetricsCategory,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue