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
noLogTime:=kingpin.Flag("log.no-timestamps", "Disable timestamps in log.").Bool()
25
26
listenAddress:=kingpin.Flag("web.listen-address", "The address to listen on for HTTP requests (fd://0 for systemd activation).").Default(":9435").String()
26
27
metricsPath:=kingpin.Flag("web.telemetry-path", "Path under which to expose metrics.").Default("/metrics").String()
0 commit comments