clarify instancesflag description
This commit is contained in:
parent
7b1bad216f
commit
5a72d5491b
|
@ -20,7 +20,7 @@ import (
|
||||||
var (
|
var (
|
||||||
address = flag.String("web.listen-address", ":9099", "Address on which to expose metrics and web interface.")
|
address = flag.String("web.listen-address", ":9099", "Address on which to expose metrics and web interface.")
|
||||||
metricsPath = flag.String("web.telemetry-path", "/metrics", "Path under which to expose metrics.")
|
metricsPath = flag.String("web.telemetry-path", "/metrics", "Path under which to expose metrics.")
|
||||||
instances = flag.String("instances", "", "The fastd instances to Update on, comma separated.")
|
instances = flag.String("instances", "", "Fastd instances to report metrics on, comma separated.")
|
||||||
)
|
)
|
||||||
|
|
||||||
// These are the structs necessary for unmarshalling the data that is being
|
// These are the structs necessary for unmarshalling the data that is being
|
||||||
|
|
Loading…
Reference in a new issue