We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b8cee commit f82803aCopy full SHA for f82803a
cmd/utils/flags.go
@@ -1018,7 +1018,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server.
1018
1019
MetricsInfluxDBIntervalFlag = &cli.DurationFlag{
1020
Name: "metrics.influxdb.interval",
1021
- Usage: "Interval in seconds between metrics reports to InfluxDB",
+ Usage: "Interval between metrics reports to InfluxDB (with time unit, e.g. 10s)",
1022
Value: metrics.DefaultConfig.InfluxDBInterval,
1023
Category: flags.MetricsCategory,
1024
}
0 commit comments