You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metricsPath=kingpin.Flag("web.telemetry-path", "Path under which to expose metrics.").Default("/metrics").String()
54
53
healthSummary=kingpin.Flag("consul.health-summary", "Generate a health summary for each service instance. Needs n+1 queries to collect all information.").Default("true").Bool()
55
54
kvPrefix=kingpin.Flag("kv.prefix", "Prefix from which to expose key/value pairs.").Default("").String()
@@ -129,9 +128,8 @@ func main() {
129
128
fmt.Fprintf(w, "OK")
130
129
})
131
130
132
-
level.Info(logger).Log("msg", "Listening on address", "address", *listenAddress)
0 commit comments